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);