Fix indentation

This commit is contained in:
Juergen Spitzmueller 2024-06-16 14:12:23 +02:00
parent 160ac7242e
commit 3d78d8734d

View File

@ -174,10 +174,10 @@ void Dialog::showView(Qt::FocusReason reason)
prepareView();
QWidget * w = asQWidget();
if (!w->isVisible()) {
w->setFocus(reason);
w->show();
}
if (!w->isVisible()) {
w->setFocus(reason);
w->show();
}
w->raise();
w->activateWindow();
if (wantInitialFocus())