missed this one yesterday.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7607 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Alfredo Braunstein 2003-08-26 13:46:58 +00:00
parent f23775f346
commit bf070fc876
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2003-08-26 Alfredo Braunstein <abraunst@libero.it>
* screen.C (redraw): remove an uneeded updateRowPositions
2003-08-19 André Pönitz <poenitz@gmx.net>

View File

@ -296,7 +296,6 @@ void LyXScreen::redraw(BufferView & bv)
workarea().getPainter().start();
bv.text->updateRowPositions();
hideCursor();
int const y = paintText(bv, *bv.text);