PaintStand: Fix previous change

This commit is contained in:
Florian Festi 2018-11-24 22:47:35 +01:00
parent 17e4eb8563
commit 925c6ce6dc
1 changed files with 1 additions and 1 deletions

View File

@ -67,11 +67,11 @@ class PaintStorage(Boxes):
# adjust to the variables you want in the local scope
x, y = self.x, self.y
t = self.thickness
stack = self.edges['s'].settings
# Initialize canvas
self.open()
stack = self.edges['s'].settings
h = self.canheight - stack.height - stack.holedistance + t
# render your parts here