diff options
| author | Brianna | 2017-06-23 07:12:40 -0400 |
|---|---|---|
| committer | GitHub | 2017-06-23 07:12:40 -0400 |
| commit | 7d4fb7843849f8a90de13c1a1cb93ca9428fd3b1 (patch) | |
| tree | d8294bae70979f1134410f7794ca74a395f125ab /preview_thread.py | |
| parent | 3c903794e3588560f2b9d342214009d55a675d5a (diff) | |
| parent | 8c9914850e9987d4f05e8b88dedb058ffbb4f53f (diff) | |
Merge branch 'feature-newgui' into newgui-commandline
Diffstat (limited to 'preview_thread.py')
| -rw-r--r-- | preview_thread.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/preview_thread.py b/preview_thread.py index e3e8279..eabf715 100644 --- a/preview_thread.py +++ b/preview_thread.py @@ -23,7 +23,7 @@ class Worker(QtCore.QObject): self.stackedWidget = parent.window.stackedWidget self.background = Image.new("RGBA", (1920, 1080), (0, 0, 0, 0)) self.background.paste(Image.open(os.path.join( - os.path.dirname(os.path.realpath(__file__)), "background.png"))) + self.core.wd, "background.png"))) @pyqtSlot(str, list) def createPreviewImage(self, components): |
