Skip to content

Commit

Permalink
use stored settings value when setting view on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
TurBoss committed Jul 3, 2024
1 parent b70c5aa commit deb08dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def __init__(self, parent=None):
self.ploter_enabled = True
self.touch_enabled = False

view_default_setting = getSetting("backplot.view").default_value
view_default_setting = getSetting("backplot.view").value
view_options_setting = getSetting("backplot.view").enum_options
view_options = list()

Expand Down

0 comments on commit deb08dc

Please sign in to comment.