[Libreoffice-commits] core.git: vcl/source

Marek Doležel marekdolezel at gmail.com
Mon Jul 13 18:07:34 PDT 2015


 vcl/source/edit/texteng.cxx |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 0bd582834b46dbbc5037310d45bac8885e6f2a07
Author: Marek Doležel <marekdolezel at gmail.com>
Date:   Tue Jul 14 03:00:37 2015 +0200

    tdf#92582 Revert "tdf#91544: fix freezing of Data source window"
    
    This reverts commit 77c47fc79c1c8096c19a81a0d320e75b84857144.
    
    This doesn't reintroduce the original problem of tdf#91544.
    
    Change-Id: Iee4d54e584cf098be70e8c49f9050d537567cf92

diff --git a/vcl/source/edit/texteng.cxx b/vcl/source/edit/texteng.cxx
index 8355b91..5b9b0c7 100644
--- a/vcl/source/edit/texteng.cxx
+++ b/vcl/source/edit/texteng.cxx
@@ -1499,8 +1499,7 @@ void TextEngine::UpdateViews( TextView* pCurView )
                 aNewPos.X() -= aOutSz.Width() - 1;
             aClipRect.SetPos( aNewPos );
 
-            if (pView == pCurView)
-                pView->GetWindow()->Invalidate( aClipRect );
+            pView->GetWindow()->Invalidate( aClipRect );
         }
     }
 


More information about the Libreoffice-commits mailing list