mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 23:27:12 -05:00
set focus on show answer button to avoid double tap
This commit is contained in:
parent
ac9b8f96c2
commit
ab1f923387
1 changed files with 1 additions and 1 deletions
|
|
@ -542,7 +542,7 @@ new:
|
|||
self.typeAnswerField.setText("")
|
||||
else:
|
||||
self.mainWin.buttonStack.setCurrentIndex(0)
|
||||
self.mainWin.mainText.setFocus()
|
||||
self.mainWin.showAnswerButton.setFocus()
|
||||
self.mainWin.buttonStack.show()
|
||||
|
||||
def showEaseButtons(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue