mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Set the cursor a bit on the left in empty cells
This commit is contained in:
parent
ed23366300
commit
b9d45e5ef6
@ -173,7 +173,7 @@ void InsetMathNest::cursorPos(BufferView const & bv,
|
||||
// move cursor visually into empty cells ("blue rectangles");
|
||||
if (ar.empty()) {
|
||||
Dimension const dim = coord_cache.getArrays().dim(&ar);
|
||||
x += dim.wid / 2;
|
||||
x += dim.wid / 3;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user