commit 3fa2623ca0081bc1a535ef99e1d085af0405d78f
Author: Juergen Spitzmueller <[email protected]>
Date: Sun Jun 16 15:53:22 2024 +0200
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)),
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs