- added Editor Push buttons in Geometry and CNCJob UI's

This commit is contained in:
Marius Stanciu
2020-07-15 03:31:39 +03:00
committed by Marius
parent 66adab95ca
commit 7b891900be
8 changed files with 39 additions and 9 deletions

View File

@@ -1826,6 +1826,9 @@ class ToolDrilling(AppTool, Excellon):
with self.app.proc_container.new(_("Generating CNC Code")):
a_obj.app_obj.new_object("cncjob", job_name, job_init)
# Switch notebook to Selected page
self.app.ui.notebook.setCurrentWidget(self.app.ui.selected_tab)
# Create promise for the new name.
self.app.collection.promise(job_name)