mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
keep the answer buttons ltr
This commit is contained in:
parent
08228c8837
commit
2d71e6d964
1 changed files with 1 additions and 0 deletions
|
@ -627,6 +627,7 @@ new:
|
|||
self.updateEaseButtons()
|
||||
self.mainWin.buttonStack.setCurrentIndex(1)
|
||||
self.mainWin.buttonStack.show()
|
||||
self.mainWin.buttonStack.setLayoutDirection(Qt.LeftToRight)
|
||||
if self.defaultEaseButton() == 2:
|
||||
self.mainWin.easeButton2.setFocus()
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue