diff options
| author | Brianna | 2017-06-15 23:21:34 -0400 |
|---|---|---|
| committer | GitHub | 2017-06-15 23:21:34 -0400 |
| commit | fc7ee6d8e5b5a96ec06918f9b5dd9310cdf814de (patch) | |
| tree | 99fd013c1c87f6bb1d2ed22859b56b0bced081bc /video_thread.py | |
| parent | 02795503d09743b5225eed7e7b7112208dfc28d0 (diff) | |
| parent | ee8031925fcd93d7bedceff6e98a06f3806426b3 (diff) | |
Redesigned preset UI + video & image component scaling/positioning
Added preset manager
Diffstat (limited to 'video_thread.py')
| -rw-r--r-- | video_thread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video_thread.py b/video_thread.py index f5354be..fc877bd 100644 --- a/video_thread.py +++ b/video_thread.py @@ -26,7 +26,7 @@ class Worker(QtCore.QObject): QtCore.QObject.__init__(self) self.core = core.Core() self.core.settings = parent.settings - self.modules = parent.modules + self.modules = parent.core.modules self.stackedWidget = parent.window.stackedWidget self.parent = parent parent.videoTask.connect(self.createVideo) |
