diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-08-25 11:32:33 +0900 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2015-08-25 11:32:33 +0900 |
commit | fab0c5d19565f9eb0c336a464a512f51c73e26b2 (patch) | |
tree | 7ea3acbab755578b1da207272d22fcafa4d7e068 /sc/uiconfig/scalc/ui | |
parent | ead5bc3cfb07a4e96e367e7904dc674ee5f5ccd6 (diff) |
sc: fix number format button highlighting in sidebar
When a number format for a cell (for example percent) is applied
it is highlighted in the toolbar but not the equal button in the
sidebar. This patch fixes this issue.
Change-Id: I7f33ab1e989f8a8e3c49468aae2042621d088798
Diffstat (limited to 'sc/uiconfig/scalc/ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/sidebarnumberformat.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui index 7f25b00ded95..94e100a0670e 100644 --- a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui +++ b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui @@ -46,7 +46,7 @@ </packing> </child> <child> - <object class="GtkToolbar" id="numberformat"> + <object class="sfxlo-SidebarToolBox" id="numberformat"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="show_arrow">False</property> |