[LyX/master] Style
Juergen Spitzmueller
spitz at lyx.org
Tue Sep 23 12:40:56 UTC 2025
commit 0df42fd57e0f101bb26db36eddfbcbac00c36a07
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Tue Sep 23 14:39:50 2025 +0200
Style
---
src/frontends/qt/GuiInputMethod.cpp | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/frontends/qt/GuiInputMethod.cpp b/src/frontends/qt/GuiInputMethod.cpp
index 527d27a132..9655599c7d 100644
--- a/src/frontends/qt/GuiInputMethod.cpp
+++ b/src/frontends/qt/GuiInputMethod.cpp
@@ -1196,7 +1196,8 @@ void GuiInputMethod::updateMetrics(Cursor * cur) {
}
-ParagraphMetrics * GuiInputMethod::resetParagraphMetrics(Cursor * cur) {
+ParagraphMetrics * GuiInputMethod::resetParagraphMetrics(Cursor * cur)
+{
// paragraph metrics of the par we are in
ParagraphMetrics * pm_ptr =
&cur->bv().textMetrics(cur->innerText()).parMetrics(cur->top().pit());
@@ -1214,7 +1215,8 @@ pos_type GuiInputMethod::getCaretPos(size_type preedit_length)
GuiInputMethod::PreeditRow GuiInputMethod::getCaretInfo(
- const bool real_boundary, const bool virtual_boundary){
+ const bool real_boundary, const bool virtual_boundary)
+{
const pos_type second_row_idx = d->cur_row_idx_ + 1 - virtual_boundary;
More information about the lyx-cvs
mailing list