fixed a bug in wxStopWatch::Pause() (wouldn't pause if called immediately after Start()) and changed Pause()/Resume() calls to nest

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-04-09 10:35:35 +00:00
parent 7b12790064
commit 677eff077e
5 changed files with 64 additions and 21 deletions

View File

@@ -26,6 +26,8 @@ wxBase:
documentation for details and revise your code accordingly: this change was
unfortunately needed as the old class didn't behave correctly in all cases
- small change to wxStopWatch::Pause() semantics, please see the documentation
All (GUI):
- the event type constants are not constants any more but are dynamically