mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
process events before showing combo box
This commit is contained in:
parent
d9f4e169fc
commit
3b97f082e8
1 changed files with 1 additions and 0 deletions
|
|
@ -730,6 +730,7 @@ To upgrade an old deck, download Anki 0.9.8.7."""))
|
|||
vbox.addWidget(bbox)
|
||||
diag.setLayout(vbox)
|
||||
diag.show()
|
||||
self.app.processEvents()
|
||||
combo.showPopup()
|
||||
combo.setFocus()
|
||||
self.switchDeckDiag = diag
|
||||
|
|
|
|||
Loading…
Reference in a new issue