Start() should resume the stopwatch if it is suspended
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -169,6 +169,7 @@ void wxStopWatch::Start(long t)
|
||||
{
|
||||
m_t0 = wxGetLocalTimeMillis() - t;
|
||||
m_pause = 0;
|
||||
m_pauseCount = 0;
|
||||
}
|
||||
|
||||
long wxStopWatch::GetElapsedTime() const
|
||||
|
||||
Reference in New Issue
Block a user