mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1572 (View window pop-under)
This commit is contained in:
parent
03a704403d
commit
1f05c41c7a
@ -314,6 +314,8 @@ def main(args=sys.argv, logger=None):
|
|||||||
sys.excepthook = main.unhandled_exception
|
sys.excepthook = main.unhandled_exception
|
||||||
main.show()
|
main.show()
|
||||||
main.render()
|
main.render()
|
||||||
|
main.activateWindow()
|
||||||
|
main.raise_()
|
||||||
return app.exec_()
|
return app.exec_()
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user