]> git.lyx.org Git - lyx.git/commitdiff
Fix indentation
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 16 Jun 2024 12:12:23 +0000 (14:12 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 16 Jun 2024 13:54:50 +0000 (15:54 +0200)
src/frontends/qt/Dialog.cpp

index 35c40d041bea030da45a6454068ec67a20530ed3..ddc07e32a9cf56bbf86646cb6d6a09a9baf77aad 100644 (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())