Save thickness in Settings instances
This commit is contained in:
parent
7048681f3e
commit
ee8bd1f02b
|
@ -110,7 +110,7 @@ class Settings:
|
||||||
|
|
||||||
def __init__(self, thickness, relative=True, **kw):
|
def __init__(self, thickness, relative=True, **kw):
|
||||||
self.values = self.absolute_params.copy()
|
self.values = self.absolute_params.copy()
|
||||||
|
self.thickness = thickness
|
||||||
factor = 1.0
|
factor = 1.0
|
||||||
if relative:
|
if relative:
|
||||||
factor = thickness
|
factor = thickness
|
||||||
|
|
Loading…
Reference in New Issue