- fixed an error in Geo Editor when trying to save an empty Geometry

- in Preferences made sure that clicking the Restore Defaults will update the values in the Preferences Tab
- some changes in the Tools visibility in the Tools ToolBar
This commit is contained in:
Marius Stanciu
2020-11-25 14:24:47 +02:00
committed by Marius
parent 88509cd9a7
commit 4cc88ec5fe
5 changed files with 29 additions and 7 deletions

View File

@@ -1052,6 +1052,7 @@ class PreferencesUIManager:
"""
log.debug("on_restore_defaults_preferences()")
self.defaults.reset_to_factory_defaults()
self.defaults_write_form()
self.on_preferences_edited()
self.inform.emit('[success] %s' % _("Preferences default values are restored."))