Set the cursor a bit on the left in empty cells

This commit is contained in:
Jean-Marc Lasgouttes 2017-02-21 09:46:54 +01:00
parent ed23366300
commit b9d45e5ef6

View File

@ -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;
}
}