]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_dotsinset.C
halfway through fixing size of math in non-standard sizesd paragraohs like
[features.git] / src / mathed / math_dotsinset.C
index 4c142c34c883bbdffa317c5af3e93532629100d8..40249eeff18bae8df1f36266da0da3811ff3640c 100644 (file)
@@ -35,7 +35,7 @@ void MathDotsInset::draw(Painter & pain, int x, int y) const
 void MathDotsInset::metrics(MathMetricsInfo const & st) const
 {
        size_ = st;
-       mathed_char_dim(LM_TC_VAR, size(), 'M', ascent_, descent_, width_);
+       mathed_char_dim(LM_TC_VAR, size_, 'M', ascent_, descent_, width_);
        switch (name_[0]) {
                case 'l': dh_ = 0; break;
                case 'c': dh_ = ascent_ / 2; break;