Reset scale to 1.0 instead of 1

This commit is contained in:
Ferdi van der Werf 2012-04-18 01:56:25 +02:00
parent 3bc4eeea89
commit 928b359086

View file

@ -265,7 +265,7 @@ class previewPanel(wx.Panel):
self.updateModelTransform()
def OnScaleReset(self, e):
self.scale.SetValue('1')
self.scale.SetValue('1.0')
def OnScale(self, e):
profile.putProfileSetting('model_scale', self.scale.GetValue())