- hidden the snap magnet entry and snap magnet toggle from the main view; they are now active only in Editor Mode

This commit is contained in:
Marius Stanciu
2019-01-31 16:10:13 +02:00
committed by Marius
parent d1780acad9
commit 093f210c25
4 changed files with 15 additions and 14 deletions

View File

@@ -921,8 +921,8 @@ class App(QtCore.QObject):
# start with GRID activated
self.ui.grid_snap_btn.trigger()
self.ui.corner_snap_btn.setEnabled(False)
self.ui.snap_max_dist_entry.setEnabled(False)
self.ui.corner_snap_btn.setVisible(False)
self.ui.snap_magnet.setVisible(False)
self.ui.g_editor_cmenu.setEnabled(False)
self.ui.e_editor_cmenu.setEnabled(False)