Another fix for unfocused input box in Qt 6.6.1

This commit is contained in:
Damien Elmes 2023-12-11 11:54:47 +10:00
parent b36f367030
commit 4e63e61b22

View file

@ -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)