image scale needs to be relative

This commit is contained in:
tassaron 2017-08-03 20:50:22 -04:00
parent 98a47a21d9
commit d04ddba484
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class Component(Component):
'xPosition': 'x', 'xPosition': 'x',
'yPosition': 'y', 'yPosition': 'y',
}, relativeWidgets=[ }, relativeWidgets=[
'xPosition', 'yPosition', 'xPosition', 'yPosition', 'scale'
]) ])
def previewRender(self): def previewRender(self):