We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5a50a0 commit 7229ae0Copy full SHA for 7229ae0
1 file changed
Letos/gui/dialogs/dbdialog.cpp
@@ -141,6 +141,10 @@ void DbDialog::showEvent(QShowEvent *e)
141
testConnectionClicked();
142
143
QDialog::showEvent(e);
144
+
145
+ // On Linux+Wayland this dialog does not seem to get focus properly, causing issues with the WidgetIndicator tooltips
146
+ raise();
147
+ activateWindow();
148
ui->fileEdit->setFocus();
149
}
150
0 commit comments