mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
debug console doesn't need to be modal
This commit is contained in:
parent
03f5a75749
commit
176158b97b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue