Merge pull request #48 from rikai/patch-1

Fixes opening behind other windows on OS X
This commit is contained in:
DH4 2017-07-24 04:47:35 -05:00 committed by GitHub
commit c799305eff
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ def main():
# window.verticalLayout_2.setContentsMargins(0, topMargin, 0, 0)
main = MainWindow(window, proj)
window.raise_()
signal.signal(signal.SIGINT, main.cleanUp)
atexit.register(main.cleanUp)