From 03d5a4adb7faef59c8f67e9eb2ddeaf82f6dd365 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sun, 12 Nov 2006 08:47:49 +0000 Subject: [PATCH] This hack is not needed any more and it is a _huge_ gain. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15871 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/cursor.C | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cursor.C b/src/cursor.C index e2285a8b18..42a0c7cf1b 100644 --- a/src/cursor.C +++ b/src/cursor.C @@ -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); -- 2.39.2