]> 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 d6c2331cb338975b2bb04435c137150afb285cfb..8578aa81486d7eec75be2960c4da77436dd69d2b 100644 (file)
@@ -84,7 +84,7 @@ void MathCharInset::metrics(MetricsInfo & mi, Dimension & dim) const
                width_ += 2 * font_metrics::width(' ', font_);
        lyxerr << "MathCharInset::metrics: " << dim << endl;
 #endif
-       dim_ = dim;
+       width_ = dim.wid;
 }