diff options
| author | tassaron | 2017-08-19 18:32:12 -0400 |
|---|---|---|
| committer | tassaron | 2017-08-19 18:32:12 -0400 |
| commit | c07f2426ceeada205fdacbfba66329179a74a1dc (patch) | |
| tree | ff69455b1cec3cff36cf2c4edeae93cd8600649d /src/components/video.py | |
| parent | 87e762a8aa3fa97a3d43a18c59098b287bb95506 (diff) | |
fixed issues with undoing relative widgets
Diffstat (limited to 'src/components/video.py')
| -rw-r--r-- | src/components/video.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/video.py b/src/components/video.py index a189f60..9c0d608 100644 --- a/src/components/video.py +++ b/src/components/video.py @@ -52,7 +52,6 @@ class Component(Component): else: self.page.label_volume.setEnabled(False) self.page.spinBox_volume.setEnabled(False) - super().update() def previewRender(self): self.updateChunksize() @@ -119,7 +118,6 @@ class Component(Component): if filename: self.settings.setValue("componentDir", os.path.dirname(filename)) self.page.lineEdit_video.setText(filename) - self.update() def getPreviewFrame(self, width, height): if not self.videoPath or not os.path.exists(self.videoPath): |
