mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
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:
parent
f23775f346
commit
bf070fc876
@ -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>
|
2003-08-19 André Pönitz <poenitz@gmx.net>
|
||||||
|
|
||||||
|
@ -296,7 +296,6 @@ void LyXScreen::redraw(BufferView & bv)
|
|||||||
|
|
||||||
workarea().getPainter().start();
|
workarea().getPainter().start();
|
||||||
|
|
||||||
bv.text->updateRowPositions();
|
|
||||||
hideCursor();
|
hideCursor();
|
||||||
|
|
||||||
int const y = paintText(bv, *bv.text);
|
int const y = paintText(bv, *bv.text);
|
||||||
|
Loading…
Reference in New Issue
Block a user