commit e671833bba60f95891fb2235accb1a10af1a7e45
Author: Jean-Marc Lasgouttes <[email protected]>
Date: Thu Apr 3 22:32:30 2025 +0200
Fix annoying typo
---
src/mathed/InsetMathGrid.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mathed/InsetMathGrid.cpp b/src/mathed/InsetMathGrid.cpp
index c6f4d419d6..f3e4aff269 100644
--- a/src/mathed/InsetMathGrid.cpp
+++ b/src/mathed/InsetMathGrid.cpp
@@ -1362,7 +1362,7 @@ void InsetMathGrid::splitCell(Cursor & cur)
ar.erase(0, cur.pos());
cur.cell().erase(cur.pos(), cur.lastpos());
++cur.idx();
- while (cur.idx() << nargs() &&
+ while (cur.idx() < nargs() &&
cellinfo_[cur.idx()].multi == CELL_BEGIN_OF_MULTICOLUMN)
++cur.idx();
cur.pos() = 0;
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs