diff --git a/aqt/main.py b/aqt/main.py index d879cef74..0f8948e4c 100755 --- a/aqt/main.py +++ b/aqt/main.py @@ -892,7 +892,7 @@ will be lost. Continue?""")) self.col.remCards(cids) tooltip(_("%d cards deleted.") % len(cids)) diag.connect(box, SIGNAL("accepted()"), onDelete) - diag.exec_() + diag.show() # Debugging ######################################################################