diff options
| author | tassaron | 2017-07-27 22:15:41 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-27 22:15:41 -0400 |
| commit | 6ecb6df23628de65c9efd8cac4810fdf74238c3d (patch) | |
| tree | bb2f950b3a4bdc3da1c29891b634e68e12b92610 /src/video_thread.py | |
| parent | 6fc0398602c42a3d219ec92163c480c1833ab0c2 (diff) | |
some minor bugfixes
Diffstat (limited to 'src/video_thread.py')
| -rw-r--r-- | src/video_thread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_thread.py b/src/video_thread.py index 8c7d585..32e8a38 100644 --- a/src/video_thread.py +++ b/src/video_thread.py @@ -292,7 +292,7 @@ class Worker(QtCore.QObject): self.out_pipe.wait() for comp in reversed(self.components): - comp.renderFinished() + comp.postFrameRender() if self.canceled: print("Export Canceled") |
