X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBig.cpp;h=3c5950b69ced2c96e2a306d2e301df0aba9f4f5b;hb=1007714d2ec380d935d59092013ea88373bfb1df;hp=13d8a3686c7d48d8b0f9def16c9582987bf47b0c;hpb=32871c1284f15265f652ff01c438e539a7c8181f;p=lyx.git diff --git a/src/mathed/InsetMathBig.cpp b/src/mathed/InsetMathBig.cpp index 13d8a3686c..3c5950b69c 100644 --- a/src/mathed/InsetMathBig.cpp +++ b/src/mathed/InsetMathBig.cpp @@ -85,7 +85,7 @@ void InsetMathBig::draw(PainterInfo & pi, int x, int y) const docstring const delim = (delim_ == "\\|") ? from_ascii("Vert") : (delim_ == "\\\\") ? from_ascii("\\") : support::ltrim(delim_, "\\"); mathed_draw_deco(pi, x + 1, y - dim_.ascent(), 4, dim_.height(), - delim); + delim); setPosCache(pi, x, y); }