]> git.lyx.org Git - features.git/commitdiff
Correct white space.
authorStephan Witt <switt@lyx.org>
Sat, 1 Jan 2022 15:37:07 +0000 (16:37 +0100)
committerStephan Witt <switt@lyx.org>
Sat, 1 Jan 2022 15:37:07 +0000 (16:37 +0100)
src/frontends/qt/GuiView.cpp

index d59e64ccd164d6912cc4532e321312c088027bfb..ffcbc3d3ac8b4af44847de91bdaa8fa7d6229023 100644 (file)
@@ -1577,7 +1577,8 @@ bool GuiView::event(QEvent * e)
                        setContentsMargins(0, 0, 0, 0);
                }
                return result;
-               }
+       }
+
        case QEvent::WindowActivate: {
                GuiView * old_view = guiApp->currentView();
                if (this == old_view) {