##// END OF EJS Templates
Backport PR #13172: use _exec wrapper for qt win32 inputhook
Matthias Bussonnier -
Show More
@@ -64,7 +64,7 b' def inputhook(context):'
64 64 timer.timeout.connect(event_loop.quit)
65 65 while not context.input_is_ready():
66 66 timer.start(50) # 50 ms
67 event_loop.exec_()
67 _exec(event_loop)
68 68 timer.stop()
69 69 else:
70 70 # On POSIX platforms, we can use a file descriptor to quit the event
General Comments 0
You need to be logged in to leave comments. Login now