##// END OF EJS Templates
inputhookqt4: need to ignore CTRL+C when exiting input hook
Christian Boos -
Show More
@@ -88,6 +88,7 b' def create_inputhook_qt4(mgr, app=None):'
88 88 timer.start(50)
89 89 app.exec_()
90 90 timer.stop()
91 ignore_CTRL_C()
91 92 except KeyboardInterrupt:
92 93 ignore_CTRL_C()
93 94 got_kbdint[0] = True
General Comments 0
You need to be logged in to leave comments. Login now