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

New commits:
commit 3dae249c7bb0919d39dc88816d6ec38fb2b54e09
Author: László Németh <[email protected]>
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 <[email protected]>
    Tested-by: Adolfo Jayme Barrientos <[email protected]>
    Reviewed-on: https://gerrit.libreoffice.org/18447
    Reviewed-by: Miklos Vajna <[email protected]>
    Tested-by: Miklos Vajna <[email protected]>
    Reviewed-by: László Németh <[email protected]>

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();
     }
 }
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to