diff options
| author | tassaron | 2017-08-03 18:08:49 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-03 18:08:49 -0400 |
| commit | ae8a547b77a618c793929701f9c1fa72d3300110 (patch) | |
| tree | 4c2d0038798e5cb3f5b52dd32c7310c03880fe88 /src/components/image.py | |
| parent | 219e846984bb10e9674432fa7aeac4157635c743 (diff) | |
max spinbox vals scale relatively & less errors when spamming res change
w/h attrs are locked during render so preview thread always get correctly-sized frame
Diffstat (limited to 'src/components/image.py')
| -rw-r--r-- | src/components/image.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/image.py b/src/components/image.py index 19c4796..555dfb1 100644 --- a/src/components/image.py +++ b/src/components/image.py @@ -21,8 +21,8 @@ class Component(Component): 'xPosition': self.page.spinBox_x, 'yPosition': self.page.spinBox_y, 'stretched': self.page.checkBox_stretch, - }, presetNames={ 'mirror': self.page.checkBox_mirror, + }, presetNames={ 'imagePath': 'image', 'xPosition': 'x', 'yPosition': 'y', |
