diff options
| author | tassaron | 2017-06-08 22:31:02 -0400 |
|---|---|---|
| committer | tassaron | 2017-06-08 22:31:02 -0400 |
| commit | c51d86dd74c0548a0e81725534b78e23f6b6acaa (patch) | |
| tree | 3316cb7ac434a73469451045a5e3603fab767da7 /video_thread.py | |
| parent | 4fc73f1e094289b50f828f0a3128d710e1d9ec4c (diff) | |
preset searchbar works, ui experimentally changed
closebutton where I keep expecting it to be
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) |
