]> git.lyx.org Git - lyx.git/commitdiff
missed this one yesterday.
authorAlfredo Braunstein <abraunst@lyx.org>
Tue, 26 Aug 2003 13:46:58 +0000 (13:46 +0000)
committerAlfredo Braunstein <abraunst@lyx.org>
Tue, 26 Aug 2003 13:46:58 +0000 (13:46 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7607 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/ChangeLog
src/frontends/screen.C

index 7de4f12c75ad5b860c31a03545a1909fd990075e..d01aef8875372daa689aab44bedbc012df21a7f5 100644 (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>
 
index 2065c9ab85b8403a74d1daaab9db5c430dcf1946..9da9ef054543db7c6aa8358b6e5182007a7c53fa 100644 (file)
@@ -296,7 +296,6 @@ void LyXScreen::redraw(BufferView & bv)
 
        workarea().getPainter().start();
 
-       bv.text->updateRowPositions();
        hideCursor();
 
        int const y = paintText(bv, *bv.text);