]> git.lyx.org Git - features.git/commitdiff
fix redraw problem
authorAndré Pönitz <poenitz@gmx.net>
Fri, 12 Apr 2002 16:29:59 +0000 (16:29 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 12 Apr 2002 16:29:59 +0000 (16:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3991 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/formulamacro.C

index 1ba228702a3c4a10cce8eddae9fe354339e8d6ab..1329f24a69b0c5dbe8ac5b8c8eb9ba1eb47cce60 100644 (file)
@@ -189,7 +189,7 @@ void InsetFormulaMacro::draw(BufferView * bv, LyXFont const & f,
        pain.text(x + 2, y, prefix(), font);
 
        // formula
-       par()->draw(pain, xx + lyxfont::width(prefix(), f) + 5, yo_);
+       par()->draw(pain, xx + lyxfont::width(prefix(), f) + 5, y);
        xx += w + 2;
        xo_ = x;
        yo_ = y;