diff options
author | László Németh <laszlo.nemeth@collabora.com> | 2015-09-07 14:05:32 +0200 |
---|---|---|
committer | László Németh <laszlo.nemeth@collabora.com> | 2015-09-07 14:16:27 +0200 |
commit | e74bc6b9a61dbc80caa6d2a8bfb79b3ac61c9899 (patch) | |
tree | 624edc1049dd5c8961e285c308ace002f9afa46a /svtools | |
parent | 3adbb8d4d8d8b43a9f02e148a7b7a67234797f97 (diff) |
tdf#92357 clear tab type switcher button of ruler
before drawing the new icon
Change-Id: Ibbdbed448f965848429ace28dcfae47efc982164
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/control/ruler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/ruler.cxx b/svtools/source/control/ruler.cxx index de25ff67a326..d8a8faa001d2 100644 --- a/svtools/source/control/ruler.cxx +++ b/svtools/source/control/ruler.cxx @@ -2528,7 +2528,7 @@ void Ruler::SetExtraType( RulerExtra eNewExtraType, sal_uInt16 nStyle ) meExtraType = eNewExtraType; mnExtraStyle = nStyle; if (IsReallyVisible() && IsUpdateMode()) - Invalidate(InvalidateFlags::NoErase); + Invalidate(); } } |