Kaydet (Commit) fc94c658 authored tarafından László Németh's avatar László Németh Kaydeden (comit) Adolfo Jayme Barrientos

tdf#92357 clear tab type switcher button of ruler

before drawing the new icon

(cherry-picked from
commit e74bc6b9)

Conflicts:
	svtools/source/control/ruler.cxx

Change-Id: Ibbdbed448f965848429ace28dcfae47efc982164
Reviewed-on: https://gerrit.libreoffice.org/18376Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst e9451a50
...@@ -2534,7 +2534,7 @@ void Ruler::SetExtraType( RulerExtra eNewExtraType, sal_uInt16 nStyle ) ...@@ -2534,7 +2534,7 @@ void Ruler::SetExtraType( RulerExtra eNewExtraType, sal_uInt16 nStyle )
meExtraType = eNewExtraType; meExtraType = eNewExtraType;
mnExtraStyle = nStyle; mnExtraStyle = nStyle;
if (IsReallyVisible() && IsUpdateMode()) if (IsReallyVisible() && IsUpdateMode())
Invalidate(INVALIDATE_NOERASE); Invalidate();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment