finally reverted patch 782947 completely, it is broken; added just a check that id returned by SetTimer() is not a dup instead

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23885 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-24 14:48:33 +00:00
parent 5b6c8794de
commit 97f278b453
3 changed files with 31 additions and 125 deletions

View File

@@ -77,7 +77,6 @@ wxMSW:
- wxRadioButtons are now checked when they get focus (standard behaviour)
- several fixes to owner drawn menu items (Christian Sturmlechner)
- wxGauge now supports full 32 bit range (Miroslav Rajcic)
- use proper window with wxTimer (Jaakko Salli)
wxGTK: