- trying to solve an idiosyncrasy of MacOS which do not allow modifying the main menu in a non-main thread which is done after editing an object
This commit is contained in:
@@ -5715,7 +5715,7 @@ class AppGeoEditorUI:
|
||||
|
||||
# Signals
|
||||
self.level.toggled.connect(self.on_level_changed)
|
||||
self.exit_editor_button.clicked.connect(lambda: self.app.editor2object())
|
||||
self.exit_editor_button.clicked.connect(lambda: self.app.on_editing_finished())
|
||||
|
||||
def on_param_click(self):
|
||||
if self.param_button.get_value():
|
||||
|
||||
Reference in New Issue
Block a user