From f5dc536eae7dc28e09112ab9dd69e55fae015ee8 Mon Sep 17 00:00:00 2001 From: Tomofumi Yagi Date: Sun, 20 Apr 2014 16:27:10 +0900 Subject: fdo#77683 the color in the toolbar buttons doesn't change. The color in the toolbar buttons doesn't change when we use the Floating Font/Background/Highlight Color Toolbar. This problem seems happen sometimes,not always. This patch modifies that SvxColorExtToolBoxControl::StateChanged() in /svx/source/tbxctrls/tbcontrol.cxx handles SFX_ITEM_DEFAULT message always. Change-Id: If7410297db768c161287b75396186fbec3605f63 Reviewed-on: https://gerrit.libreoffice.org/9107 Reviewed-by: Kohei Yoshida Tested-by: Kohei Yoshida --- include/svx/tbcontrl.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include/svx') diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx index 94868eaae8a3..22c1c5ecf432 100644 --- a/include/svx/tbcontrl.hxx +++ b/include/svx/tbcontrl.hxx @@ -269,7 +269,6 @@ class SVX_DLLPUBLIC SvxColorExtToolBoxControl : public SfxToolBoxControl ::svx::ToolboxButtonColorUpdater* pBtnUpdater; Color mLastColor; - bool bChoiceFromPalette; public: SFX_DECL_TOOLBOX_CONTROL(); -- cgit