]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_bigopinset.C
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / math_bigopinset.C
index 6d8e0ee3391e208c8ff716418a393c61e45ca1e9..c43d421609d544775c24d4244a26c60aa4e7ba59 100644 (file)
@@ -57,7 +57,7 @@ MathBigopInset::draw(Painter & pain, int x, int y)
                         LColor::mathline);
                ++x;
        }
-       pain.text(x, y, s, mathed_get_font(t, size));
+       pain.text(x, y, s, mathed_get_font(t, size()));
 }
 
 
@@ -76,8 +76,8 @@ MathBigopInset::Metrics()
                s = name;
                t = LM_TC_TEXTRM;
        }
-       mathed_string_height(t, size, s, ascent, descent);
-       width = mathed_string_width(t, size, s);
+       mathed_string_height(t, size(), s, ascent, descent);
+       width = mathed_string_width(t, size(), s);
        if (sym == LM_oint) width += 2;
 }