Show More
@@ -88,6 +88,7 b' def create_inputhook_qt4(mgr, app=None):' | |||||
88 | timer.start(50) |
|
88 | timer.start(50) | |
89 | app.exec_() |
|
89 | app.exec_() | |
90 | timer.stop() |
|
90 | timer.stop() | |
|
91 | ignore_CTRL_C() | |||
91 | except KeyboardInterrupt: |
|
92 | except KeyboardInterrupt: | |
92 | ignore_CTRL_C() |
|
93 | ignore_CTRL_C() | |
93 | got_kbdint[0] = True |
|
94 | got_kbdint[0] = True |
General Comments 0
You need to be logged in to leave comments.
Login now