summaryrefslogtreecommitdiff
path: root/lib/gui/simulator.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2021-03-14 09:38:36 +0100
committerGitHub <noreply@github.com>2021-03-14 09:38:36 +0100
commit21614c7c3ae46fbfa229755916aec433faba0c95 (patch)
tree8a676049b49ba83890f320ab219b7b96aedc9aac /lib/gui/simulator.py
parent3dd767917d8e604bf4a1f3b41c5c4fc506fa2b96 (diff)
add lock stitches select box (#1076)
Co-authored-by: Lex Neva <github.com@lexneva.name>
Diffstat (limited to 'lib/gui/simulator.py')
-rw-r--r--lib/gui/simulator.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gui/simulator.py b/lib/gui/simulator.py
index 996bc8f9..39c54195 100644
--- a/lib/gui/simulator.py
+++ b/lib/gui/simulator.py
@@ -681,7 +681,6 @@ class EmbroiderySimulator(wx.Frame):
stitch_plan = kwargs.pop('stitch_plan', None)
stitches_per_second = kwargs.pop('stitches_per_second', 16)
target_duration = kwargs.pop('target_duration', None)
- size = kwargs.get('size', (0, 0))
wx.Frame.__init__(self, *args, **kwargs)
self.statusbar = self.CreateStatusBar(2)
self.statusbar.SetStatusWidths([250, -1])