- added a new setting that control the selection shape creation, in the Preferences. If the checkbox Selection Outline is checked then the selection shape is only an outline.
This commit is contained in:
@@ -88,6 +88,8 @@ class PreferencesUIManager(QtCore.QObject):
|
||||
"global_layout": self.ui.general_pref_form.general_gui_group.layout_combo,
|
||||
"global_hover_shape": self.ui.general_pref_form.general_gui_group.hover_cb,
|
||||
"global_selection_shape": self.ui.general_pref_form.general_gui_group.selection_cb,
|
||||
"global_selection_shape_as_line": self.ui.general_pref_form.general_gui_group.selection_outline_cb,
|
||||
|
||||
"global_gui_layout": self.ui.general_pref_form.general_gui_group.gui_lay_combo,
|
||||
|
||||
"global_sel_fill": self.ui.general_pref_form.general_gui_group.sf_color_entry,
|
||||
|
||||
Reference in New Issue
Block a user