mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Another fix for unfocused input box in Qt 6.6.1
This commit is contained in:
parent
b36f367030
commit
4e63e61b22
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