[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - svtools/source
László Németh
laszlo.nemeth at collabora.com
Mon Sep 7 06:45:43 PDT 2015
svtools/source/control/ruler.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit fc94c658d688ded3fe8a883a84ca1a22cb3ff470
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>
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