From 176158b97b15b88003268864c1e10a6792dfbab6 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 6 May 2012 01:41:44 +0900 Subject: [PATCH] debug console doesn't need to be modal --- aqt/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/main.py b/aqt/main.py index 6599f4731..641660451 100644 --- a/aqt/main.py +++ b/aqt/main.py @@ -902,7 +902,7 @@ will be lost. Continue?""")) QKeySequence("ctrl+shift+return"), d) self.connect(s, SIGNAL("activated()"), lambda: self.onDebugPrint(frm)) - d.exec_() + d.show() def _captureOutput(self, on): mw = self