[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - editeng/source

Ashod Nakashian ashod.nakashian at collabora.co.uk
Thu May 19 03:29:15 UTC 2016


 editeng/source/editeng/impedit.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fbac7999ebe2d2eee063b66670650508106a6e37
Author: Ashod Nakashian <ashod.nakashian at collabora.co.uk>
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 <ashnakash at gmail.com>
    Tested-by: Ashod Nakashian <ashnakash at gmail.com>

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


More information about the Libreoffice-commits mailing list