]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_charinset.C
bug + spped fixes + small stuff
[lyx.git] / src / mathed / math_charinset.C
index 1b32d447862de68a92fda60e6c1e8a4ea9c6352b..8578aa81486d7eec75be2960c4da77436dd69d2b 100644 (file)
@@ -84,6 +84,7 @@ void MathCharInset::metrics(MetricsInfo & mi, Dimension & dim) const
                width_ += 2 * font_metrics::width(' ', font_);
        lyxerr << "MathCharInset::metrics: " << dim << endl;
 #endif
+       width_ = dim.wid;
 }