From 3fa2623ca0081bc1a535ef99e1d085af0405d78f Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 16 Jun 2024 15:53:22 +0200 Subject: [PATCH] Fix indentation --- src/frontends/qt/GuiView.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp index 2d3e0a9108..80aa1d173a 100644 --- a/src/frontends/qt/GuiView.cpp +++ b/src/frontends/qt/GuiView.cpp @@ -1579,9 +1579,9 @@ void GuiView::on_currentWorkAreaChanged(GuiWorkArea * wa) connectBufferView(wa->bufferView()); connectBuffer(wa->bufferView().buffer()); d.current_work_area_ = wa; - // The below specifies that the input method item transformation will - // not reset - wa->setFocus(Qt::OtherFocusReason); + // The below specifies that the input method item transformation will + // not reset + wa->setFocus(Qt::OtherFocusReason); QObject::connect(wa, SIGNAL(titleChanged(GuiWorkArea *)), this, SLOT(updateWindowTitle(GuiWorkArea *))); QObject::connect(wa, SIGNAL(busy(bool)),