fixed a bug in wxStopWatch::Pause() (wouldn't pause if called immediately after Start...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 9 Apr 2002 10:35:35 +0000 (10:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 9 Apr 2002 10:35:35 +0000 (10:35 +0000)
commit677eff077ec0e0fbdda61f4e5e7c186e21c4fc47
tree5dd2799de73e810db1e9ba6810f36eede58c3ce2
parent7b1279006496ba3251a755bcef91301ad107bb78
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
docs/changes.txt
docs/latex/wx/stopwtch.tex
include/wx/timer.h
samples/console/console.cpp
src/common/timercmn.cpp