]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.cpp
Properly fix bug 3258.
[lyx.git] / src / mathed / InsetMathBig.cpp
index 13d8a3686c7d48d8b0f9def16c9582987bf47b0c..3c5950b69ced2c96e2a306d2e301df0aba9f4f5b 100644 (file)
@@ -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);
 }