- 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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user