mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 04:25:40 +01:00
Fix #1572 (View window pop-under)
This commit is contained in:
parent
03a704403d
commit
1f05c41c7a
1 changed files with 2 additions and 0 deletions
|
|
@ -314,6 +314,8 @@ def main(args=sys.argv, logger=None):
|
|||
sys.excepthook = main.unhandled_exception
|
||||
main.show()
|
||||
main.render()
|
||||
main.activateWindow()
|
||||
main.raise_()
|
||||
return app.exec_()
|
||||
return 0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue