diff options
| author | tassaron | 2017-07-13 21:59:23 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-13 21:59:23 -0400 |
| commit | cbbb7876155cdb057b0d779cb8ab7bc1f31116b0 (patch) | |
| tree | 399a1dfcad8deb0249340ad42419b565e8887ef2 /src/components/video.py | |
| parent | d7b678f66d1bb1d5c7ccbbf0c8871b66cc1f8750 (diff) | |
components automatically drawPreview & save currentPreset
this makes a Component easier to program. also more comments
Diffstat (limited to 'src/components/video.py')
| -rw-r--r-- | src/components/video.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/video.py b/src/components/video.py index 8861d70..8aa1420 100644 --- a/src/components/video.py +++ b/src/components/video.py @@ -140,7 +140,7 @@ class Component(Component): self.scale = self.page.spinBox_scale.value() self.xPosition = self.page.spinBox_x.value() self.yPosition = self.page.spinBox_y.value() - self.parent.drawPreview() + super().update() def previewRender(self, previewWorker): |
