- more update s on project save choice

This commit is contained in:
Marius Stanciu
2019-02-16 00:40:51 +02:00
committed by Marius S
parent 367d6f3155
commit 33b722aa1a
2 changed files with 15 additions and 0 deletions

View File

@@ -359,6 +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
def on_rectangular_cutout(self):
name = self.obj_combo.currentText()