diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-12-07 15:13:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-07 15:13:22 +0100 |
| commit | 154309906f34bc3213eb4775dbebc58a1ec7f779 (patch) | |
| tree | f59fe1d2bdea4e92af35596fba02eaa247e54406 /lib/gui/simulator/drawing_panel.py | |
| parent | cf2a44ef8e4ff53d6649a3c5dccb35c283dc7ab2 (diff) | |
save more simulator settings (#3323)
Diffstat (limited to 'lib/gui/simulator/drawing_panel.py')
| -rw-r--r-- | lib/gui/simulator/drawing_panel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gui/simulator/drawing_panel.py b/lib/gui/simulator/drawing_panel.py index 78cf2c88..cb70db2d 100644 --- a/lib/gui/simulator/drawing_panel.py +++ b/lib/gui/simulator/drawing_panel.py @@ -61,7 +61,7 @@ class DrawingPanel(wx.Panel): self.height = 0 self.loaded = False self.page_specs = {} - self.show_page = True + self.show_page = global_settings['toggle_page_button_status'] self.background_color = None # desired simulation speed in stitches per second |
