]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timercmn.cpp
fixed typo in he check in SetSizeHints()
[wxWidgets.git] / src / common / timercmn.cpp
index 28f69dae3b5bb3fb21358e2feb2745e507c97b93..42acd79d4ef49ddd6d91fff9090d3fa0acec0890 100644 (file)
@@ -169,6 +169,7 @@ void wxStopWatch::Start(long t)
 {
     m_t0 = wxGetLocalTimeMillis() - t;
     m_pause = 0;
+    m_pauseCount = 0;
 }
 
 long wxStopWatch::GetElapsedTime() const