mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 08:06:05 +08:00
Reset scale to 1.0 instead of 1
This commit is contained in:
parent
3bc4eeea89
commit
928b359086
@ -265,7 +265,7 @@ class previewPanel(wx.Panel):
|
|||||||
self.updateModelTransform()
|
self.updateModelTransform()
|
||||||
|
|
||||||
def OnScaleReset(self, e):
|
def OnScaleReset(self, e):
|
||||||
self.scale.SetValue('1')
|
self.scale.SetValue('1.0')
|
||||||
|
|
||||||
def OnScale(self, e):
|
def OnScale(self, e):
|
||||||
profile.putProfileSetting('model_scale', self.scale.GetValue())
|
profile.putProfileSetting('model_scale', self.scale.GetValue())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user