Merge branch 'master' of evefit.org:pyfa

This commit is contained in:
cncfanatics
2010-09-05 13:02:18 +02:00
2 changed files with 30 additions and 0 deletions

View File

@@ -168,6 +168,7 @@ class PyGauge(wx.PyWindow):
def SetValue(self, value):
""" Sets the current position of the gauge. """
if self._value == value:
self._overdrive = value
self.Refresh()
else:
self._oldValue = self._value