Reverted pygauge animation type to OUT_QUAD, seems to be nicer than OUT_QUART

This commit is contained in:
HomeWorld
2010-10-13 19:30:20 +03:00
parent 4028a9d043
commit 5ab553f901

View File

@@ -442,7 +442,7 @@ class PyGauge(wx.PyWindow):
start = 0
end = oldValue - value
step=self.OUT_QUART(self._animStep, start, end, self._animDuration)
step=self.OUT_QUAD(self._animStep, start, end, self._animDuration)
self._animStep += self._period
if self._timerId == event.GetId():