mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
work around osx recent deck bug
This commit is contained in:
parent
558caa8947
commit
a539c636f8
1 changed files with 1 additions and 1 deletions
|
@ -777,8 +777,8 @@ To upgrade an old deck, download Anki 0.9.8.7."""))
|
||||||
diag.setLayout(vbox)
|
diag.setLayout(vbox)
|
||||||
diag.show()
|
diag.show()
|
||||||
self.app.processEvents()
|
self.app.processEvents()
|
||||||
combo.showPopup()
|
|
||||||
combo.setFocus()
|
combo.setFocus()
|
||||||
|
combo.showPopup()
|
||||||
self.switchDeckDiag = diag
|
self.switchDeckDiag = diag
|
||||||
diag.exec_()
|
diag.exec_()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue