- Snap Toolbar is now visible in Fullscreen

- in Fullscreen now the Notebook is available but it will be hidden on Fullscreen launch
- fixed some minor issues (in the HUD added a separating line, missing an icon in toolbars on first launch)
This commit is contained in:
Marius Stanciu
2020-05-11 20:10:27 +03:00
committed by Marius
parent d7677b5e08
commit 3c0ee97c61
11 changed files with 22 additions and 13 deletions

View File

@@ -748,6 +748,9 @@ class GeneralGUIPrefGroupUI(OptionsGroupUI):
self.app.ui.exc_edit_toolbar.setVisible(False)
self.app.ui.lock_toolbar(lock=True)
self.app.ui.corner_snap_btn.setVisible(False)
self.app.ui.snap_magnet.setVisible(False)
# add all the actions to the toolbars
self.app.ui.populate_toolbars()