- minor string fix; removed the 'Close' menu entry on the context menu for the TCL Shell

This commit is contained in:
Marius Stanciu
2020-10-26 21:41:58 +02:00
committed by Marius
parent aa8a248f44
commit 296bed30f0
21 changed files with 1571 additions and 1740 deletions

View File

@@ -7663,8 +7663,6 @@ class App(QtCore.QObject):
plot_obj.plot(visible=False, kind=self.defaults["cncjob_plot_kind"])
else:
plot_obj.plot(visible=False)
for plot_obj in objs:
plot_obj.shapes.redraw()
self.worker_task.emit({'fcn': worker_task, 'params': [objects]})