mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix cursor positionning in empty math arrays (blue box)
This commit is contained in:
parent
ba8da35afd
commit
7917ebcc40
@ -172,7 +172,7 @@ void InsetMathNest::cursorPos(BufferView const & bv,
|
||||
// << " ar.asc: " << ar.ascent() << " ar.des: " << ar.descent() << endl;
|
||||
// move cursor visually into empty cells ("blue rectangles");
|
||||
if (ar.empty())
|
||||
x += 2;
|
||||
x += 3;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user