This commit is contained in:
Jean-Marc Lasgouttes 2024-07-03 16:23:30 +02:00
parent 29597f600e
commit a7204098cf

View File

@ -2000,7 +2000,7 @@ bool Cursor::upDownInMath(bool up)
}
}
// try to find an inset that knows better then we,
// try to find an inset that knows better than we do
if (inset().idxUpDown(*this, up)) {
//lyxerr << "idxUpDown triggered" << endl;
// try to find best position within this inset