From: Abdelrazak Younes Date: Sun, 12 Nov 2006 08:47:49 +0000 (+0000) Subject: This hack is not needed any more and it is a _huge_ gain. X-Git-Tag: 1.6.10~11921 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=03d5a4adb7faef59c8f67e9eb2ddeaf82f6dd365;p=lyx.git 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 --- 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);