From a539c636f8f9d5b5e510420d7bb87203e9a5b9ea Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 16 Jun 2009 04:29:39 +0900 Subject: [PATCH] work around osx recent deck bug --- ankiqt/ui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index e02751a16..0a3a241f0 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -777,8 +777,8 @@ To upgrade an old deck, download Anki 0.9.8.7.""")) diag.setLayout(vbox) diag.show() self.app.processEvents() - combo.showPopup() combo.setFocus() + combo.showPopup() self.switchDeckDiag = diag diag.exec_()