diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-06-14 10:10:22 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-06-14 10:10:22 +0200 |
commit | c5577317f91ae868243bc6415136a130b308e66b (patch) | |
tree | 0a66550dd369e9348b2a53b665e1d42406b2d4bd /kcc.py | |
parent | OSX GUI tweaks (diff) | |
download | kcc-c5577317f91ae868243bc6415136a130b308e66b.tar.gz kcc-c5577317f91ae868243bc6415136a130b308e66b.tar.bz2 kcc-c5577317f91ae868243bc6415136a130b308e66b.zip |
OSX Force window focus
Diffstat (limited to 'kcc.py')
-rw-r--r-- | kcc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kcc.py b/kcc.py index 794fff4..4cc096a 100644 --- a/kcc.py +++ b/kcc.py @@ -42,4 +42,5 @@ ui.setupUi(KCC) gui = KCC_gui.Ui_KCC(ui, KCC) KCC.setWindowTitle("Kindle Comic Converter " + __version__) KCC.show() +KCC.raise_() sys.exit(app.exec_()) |