Increased anim duration to 2s - testing purpose

This commit is contained in:
HomeWorld
2010-08-30 13:34:29 +03:00
parent a3f66cd5f8
commit 305611e47a

View File

@@ -89,7 +89,7 @@ class PyGauge(wx.PyWindow):
self._oldValue=0
self._timerOn=0
self._animDuration=250
self._animDuration=2000
self._animStep=0
self._period=25
self._animValue=0