[Libreoffice-commits] core.git: Branch 'libreoffice-5-0-2' - svtools/source

László Németh laszlo.nemeth at collabora.com
Fri Sep 11 01:07:01 PDT 2015


 svtools/source/control/ruler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3dae249c7bb0919d39dc88816d6ec38fb2b54e09
Author: László Németh <laszlo.nemeth at collabora.com>
Date:   Mon Sep 7 14:05:32 2015 +0200

    tdf#92357 clear tab type switcher button of ruler
    
    before drawing the new icon
    
    (cherry-picked from
    commit e74bc6b9a61dbc80caa6d2a8bfb79b3ac61c9899)
    
    Conflicts:
    	svtools/source/control/ruler.cxx
    
    Change-Id: Ibbdbed448f965848429ace28dcfae47efc982164
    Reviewed-on: https://gerrit.libreoffice.org/18376
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Tested-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
    Reviewed-on: https://gerrit.libreoffice.org/18447
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Tested-by: Miklos Vajna <vmiklos at collabora.co.uk>
    Reviewed-by: László Németh <nemeth at numbertext.org>

diff --git a/svtools/source/control/ruler.cxx b/svtools/source/control/ruler.cxx
index ed0995e..d4b9374 100644
--- a/svtools/source/control/ruler.cxx
+++ b/svtools/source/control/ruler.cxx
@@ -2534,7 +2534,7 @@ void Ruler::SetExtraType( RulerExtra eNewExtraType, sal_uInt16 nStyle )
         meExtraType  = eNewExtraType;
         mnExtraStyle = nStyle;
         if (IsReallyVisible() && IsUpdateMode())
-            Invalidate(INVALIDATE_NOERASE);
+            Invalidate();
     }
 }
 


More information about the Libreoffice-commits mailing list