mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -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.updateEaseButtons()
|
||||||
self.mainWin.buttonStack.setCurrentIndex(1)
|
self.mainWin.buttonStack.setCurrentIndex(1)
|
||||||
self.mainWin.buttonStack.show()
|
self.mainWin.buttonStack.show()
|
||||||
|
self.mainWin.buttonStack.setLayoutDirection(Qt.LeftToRight)
|
||||||
if self.defaultEaseButton() == 2:
|
if self.defaultEaseButton() == 2:
|
||||||
self.mainWin.easeButton2.setFocus()
|
self.mainWin.easeButton2.setFocus()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue