mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
comment
This commit is contained in:
parent
29597f600e
commit
a7204098cf
@ -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)) {
|
if (inset().idxUpDown(*this, up)) {
|
||||||
//lyxerr << "idxUpDown triggered" << endl;
|
//lyxerr << "idxUpDown triggered" << endl;
|
||||||
// try to find best position within this inset
|
// try to find best position within this inset
|
||||||
|
Loading…
Reference in New Issue
Block a user