editeng/source/editeng/impedit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fbac7999ebe2d2eee063b66670650508106a6e37 Author: Ashod Nakashian <[email protected]> Date: Wed May 18 22:14:19 2016 -0400 Revert "LOK: invalidate cursor only when required" This reverts commit b229297372f793239f2304592f32065147169cde. Change-Id: Iedc432c81829ba366966f96dfcd6ac2f405b9ba7 Reviewed-on: https://gerrit.libreoffice.org/25119 Reviewed-by: Ashod Nakashian <[email protected]> Tested-by: Ashod Nakashian <[email protected]> diff --git a/editeng/source/editeng/impedit.cxx b/editeng/source/editeng/impedit.cxx index 8a0ebd3..5ac794a 100644 --- a/editeng/source/editeng/impedit.cxx +++ b/editeng/source/editeng/impedit.cxx @@ -963,7 +963,7 @@ void ImpEditView::ShowCursor( bool bGotoCursor, bool bForceVisCursor, sal_uInt16 GetCursor()->SetSize( aCursorSz ); - if (bGotoCursor && isTiledRendering()) + if (isTiledRendering()) { const Point& rPos = GetCursor()->GetPos(); Rectangle aRect(rPos.getX(), rPos.getY(), rPos.getX() + GetCursor()->GetWidth(), rPos.getY() + GetCursor()->GetHeight()); _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
