]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fontinset.C
Make Helge happy: no more crash on arrow up/down in math macro
[lyx.git] / src / mathed / math_fontinset.C
index 4a72b3110213926bdcebb96da92b9f49fc195b86..14f4bc652cab17011a32ce5da75065e218cc1c51 100644 (file)
@@ -56,6 +56,7 @@ void MathFontInset::draw(PainterInfo & pi, int x, int y) const
        FontSetChanger dummy(pi.base, key_->name.c_str());
        cell(0).draw(pi, x + 1, y);
        drawMarkers(pi, x, y);
+       setPosCache(pi, x, y);
 }