diff options
| author | tassaron | 2017-06-22 19:59:31 -0400 |
|---|---|---|
| committer | tassaron | 2017-06-22 19:59:31 -0400 |
| commit | b21a953dda4ec54d494c813af8f687d53d3675d9 (patch) | |
| tree | 035751e6895bec781c5707ae7be4e6e44ab7e157 /main.py | |
| parent | 5c74d496a960042ed4a4279328dc81e23dfdc1d9 (diff) | |
bugfixes
Diffstat (limited to 'main.py')
| -rw-r--r-- | main.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -73,10 +73,10 @@ if __name__ == "__main__": window.resize(window.width() * (dpi / 96), window.height() * (dpi / 96)) # window.verticalLayout_2.setContentsMargins(0, topMargin, 0, 0) + main = MainWindow(window, proj) + signal.signal(signal.SIGINT, main.cleanUp) atexit.register(main.cleanUp) - main = MainWindow(window, proj) - # applicable to both modes sys.exit(app.exec_()) |
