mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Another fix for unfocused input box in Qt 6.6.1
This commit is contained in:
parent
67c188c7f9
commit
d9ed327f13
1 changed files with 1 additions and 0 deletions
|
|
@ -494,6 +494,7 @@ class GetTextDialog(QDialog):
|
|||
b.button(QDialogButtonBox.StandardButton.Help).clicked,
|
||||
self.helpRequested,
|
||||
)
|
||||
self.l.setFocus()
|
||||
|
||||
def accept(self) -> None:
|
||||
return QDialog.accept(self)
|
||||
|
|
|
|||
Loading…
Reference in a new issue