X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBig.cpp;h=3c5950b69ced2c96e2a306d2e301df0aba9f4f5b;hb=1007714d2ec380d935d59092013ea88373bfb1df;hp=e56acca0785c713ac60d8d2c1bc18ce7537ef2a2;hpb=f497296c30e6da2f97b16da8ad1c9e96feffb16b;p=lyx.git diff --git a/src/mathed/InsetMathBig.cpp b/src/mathed/InsetMathBig.cpp index e56acca078..3c5950b69c 100644 --- a/src/mathed/InsetMathBig.cpp +++ b/src/mathed/InsetMathBig.cpp @@ -36,9 +36,9 @@ docstring InsetMathBig::name() const } -auto_ptr InsetMathBig::doClone() const +auto_ptr InsetMathBig::doClone() const { - return auto_ptr(new InsetMathBig(*this)); + return auto_ptr(new InsetMathBig(*this)); } @@ -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); }