- fixed issue with geometry name not being updated immediately after change while doing geocutout TclCommand

- some changes to enable/disable project context menu entry handlers
This commit is contained in:
Marius Stanciu
2019-06-02 14:04:14 +03:00
parent dca57edf24
commit c409df0a8e
5 changed files with 43 additions and 72 deletions

View File

@@ -137,7 +137,6 @@ class FlatCAMObj(QtCore.QObject):
if key == 'plot':
self.visible = self.options['plot']
# self.emit(QtCore.SIGNAL("optionChanged"), key)
self.optionChanged.emit(key)
def set_ui(self, ui):