]> git.lyx.org Git - lyx.git/blobdiff - src/cursor.C
hopefully fix tex2lyx linking.
[lyx.git] / src / cursor.C
index e2285a8b18b34d9f41c3a2e4a00fed1dab348457..42a0c7cf1bfcc318e985ed8121705f6202d45f5e 100644 (file)
@@ -900,9 +900,6 @@ int LCursor::targetX() const
 
 void LCursor::setTargetX()
 {
-       // For now this is good enough. A better solution would be to
-       // avoid this rebreak by setting cursorX only after drawing
-       bottom().text()->redoParagraph(bv(), bottom().pit());
        int x;
        int y;
        getPos(x, y);