mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05:00
fix tab order for remaining buttons
This commit is contained in:
parent
fd57313d74
commit
090161e69f
1 changed files with 2 additions and 0 deletions
|
|
@ -102,6 +102,8 @@ class AddCards(QDialog):
|
|||
# set the new fact
|
||||
self.editor.setFact(fact, check=True)
|
||||
self.setTabOrder(self.editor.tags, self.addButton)
|
||||
self.setTabOrder(self.addButton, self.closeButton)
|
||||
self.setTabOrder(self.closeButton, self.helpButton)
|
||||
|
||||
def addCards(self):
|
||||
# make sure updated
|
||||
|
|
|
|||
Loading…
Reference in a new issue