mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 00:03:26 +02:00
Fix message being rendered twice in new splash screen
This commit is contained in:
parent
51c4ee2343
commit
9ed8ffcd23
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ def __init__(self, develop=False):
|
|||
self.setWindowTitle(__appname__)
|
||||
|
||||
def drawContents(self, painter):
|
||||
QSplashScreen.drawContents(self, painter)
|
||||
self.drawn_once = True
|
||||
painter.save()
|
||||
painter.setRenderHint(painter.TextAntialiasing, True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue