diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2021-03-14 09:38:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-14 09:38:36 +0100 |
| commit | 21614c7c3ae46fbfa229755916aec433faba0c95 (patch) | |
| tree | 8a676049b49ba83890f320ab219b7b96aedc9aac /lib/gui/simulator.py | |
| parent | 3dd767917d8e604bf4a1f3b41c5c4fc506fa2b96 (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.py | 1 |
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]) |
