diff options
author | Katarina Machalkova <kmachalkova@suse.cz> | 2011-02-16 14:05:36 +0100 |
---|---|---|
committer | Katarina Machalkova <kmachalkova@suse.cz> | 2011-02-16 14:09:03 +0100 |
commit | 800884a7b2e2106d9de45e202f33ff5cb573318d (patch) | |
tree | 5007d35304f2f58888e65eb3236ba04764fa234a /svx | |
parent | 1ef621e92463cbad920454a5566832c69bd25169 (diff) |
Consistent cell font and background colour toolbar behaviour
Fixes bnc#652214
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 4c7bfa7b03f3..c6581db9c842 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -2335,7 +2335,7 @@ SvxFontColorToolBoxControl::SvxFontColorToolBoxControl( pBtnUpdater( new ::svx::ToolboxButtonColorUpdater( nSlotId, nId, &GetToolBox(), TBX_UPDATER_MODE_CHAR_COLOR_NEW )) { - rTbx.SetItemBits( nId, TIB_DROPDOWN | rTbx.GetItemBits( nId ) ); + rTbx.SetItemBits( nId, TIB_DROPDOWNONLY | rTbx.GetItemBits( nId ) ); } // ----------------------------------------------------------------------- |