From 21614c7c3ae46fbfa229755916aec433faba0c95 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sun, 14 Mar 2021 09:38:36 +0100 Subject: add lock stitches select box (#1076) Co-authored-by: Lex Neva --- lib/gui/simulator.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/gui/simulator.py') 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]) -- cgit v1.2.3