- more updates on project save choice

This commit is contained in:
Marius Stanciu
2019-02-16 00:42:18 +02:00
committed by Marius S
parent 33b722aa1a
commit 681f1ef1eb

View File

@@ -359,7 +359,7 @@ class ToolCutOut(FlatCAMTool):
cutout_obj.plot()
self.app.inform.emit("[success] Any form CutOut operation finished.")
self.app.ui.notebook.setCurrentWidget(self.app.ui.project_tab)
self.should_we_save = True
self.app.should_we_save = True
def on_rectangular_cutout(self):
name = self.obj_combo.currentText()