mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Remove redundant comment (transparency works)
This commit is contained in:
parent
a3b2380365
commit
88ffa8679f
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ class Journal(QWidget):
|
||||||
if not os.path.exists(img):
|
if not os.path.exists(img):
|
||||||
img = os.path.join(base_path, 'images', '{}.png'.format(name))
|
img = os.path.join(base_path, 'images', '{}.png'.format(name))
|
||||||
if not os.path.exists(img): return
|
if not os.path.exists(img): return
|
||||||
self.pixmap = QPixmap(img) # XXX Use QImage instead to support transparency!
|
self.pixmap = QPixmap(img)
|
||||||
self.label.setPixmap(self.pixmap)
|
self.label.setPixmap(self.pixmap)
|
||||||
|
|
||||||
class Niko(QWidget):
|
class Niko(QWidget):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue