summaryrefslogtreecommitdiff
path: root/lib/gui/simulator.py
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2019-04-10 00:10:51 -0400
committerGitHub <noreply@github.com>2019-04-10 00:10:51 -0400
commit08e8a885ea4db0837660232198881bd8d6654add (patch)
treed7344e7bb1344848d2c60735dc97078a5d95bb71 /lib/gui/simulator.py
parentd87750b8b01ec8aba52ed653ab151930d5d84a9f (diff)
parent2c39fbc8cf0ec626c945cbc4bd631c3372431821 (diff)
Merge pull request #409 from inkstitch/lexelby/revamp-fill
revamp auto-fill algorithm
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 3c51c7f2..25149149 100644
--- a/lib/gui/simulator.py
+++ b/lib/gui/simulator.py
@@ -740,7 +740,6 @@ class SimulatorPreview(Thread):
self.update_patches()
def update_patches(self):
- patches = self.parent.generate_patches(self.refresh_needed)
try:
patches = self.parent.generate_patches(self.refresh_needed)
except: # noqa: E722