]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathHull.cpp
Getting rid of LTR bias --- part 3/4
[features.git] / src / mathed / InsetMathHull.cpp
index f344cc1e3c4eabbefdad8651e2db958de1c11462..daa89e1bb1b3b2dc001aabc22a24595b36b5d983 100644 (file)
@@ -1308,10 +1308,10 @@ void InsetMathHull::handleFont2(Cursor & cur, docstring const & arg)
 }
 
 
-void InsetMathHull::edit(Cursor & cur, bool left)
+void InsetMathHull::edit(Cursor & cur, bool front)
 {
        cur.push(*this);
-       left ? idxFirst(cur) : idxLast(cur);
+       front ? idxFirst(cur) : idxLast(cur);
        // The inset formula dimension is not necessarily the same as the
        // one of the instant preview image, so we have to indicate to the
        // BufferView that a metrics update is needed.