Save thickness in Settings instances

This commit is contained in:
Florian Festi 2016-04-09 14:22:41 +02:00
parent 7048681f3e
commit ee8bd1f02b
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ class Settings:
def __init__(self, thickness, relative=True, **kw):
self.values = self.absolute_params.copy()
self.thickness = thickness
factor = 1.0
if relative:
factor = thickness