mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 05:48:04 +08:00
Fix start.gcode saving when the tab is opened for the first time.
This commit is contained in:
parent
ab6430c843
commit
9966bbf6f4
@ -25,6 +25,7 @@ class alterationPanel(wx.Panel):
|
||||
self.SetSizer(sizer)
|
||||
|
||||
self.loadFile(self.alterationFileList[self.list.GetSelection()])
|
||||
self.currentFile = self.list.GetSelection()
|
||||
|
||||
def OnSelect(self, e):
|
||||
self.loadFile(self.alterationFileList[self.list.GetSelection()])
|
||||
|
Loading…
x
Reference in New Issue
Block a user