summaryrefslogtreecommitdiffstats
path: root/sc/uiconfig
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-08-25 11:32:33 +0900
committerTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2015-08-25 11:32:33 +0900
commitfab0c5d19565f9eb0c336a464a512f51c73e26b2 (patch)
tree7ea3acbab755578b1da207272d22fcafa4d7e068 /sc/uiconfig
parentslideshow: replace for_each with range-based loop (diff)
downloadcore-fab0c5d19565f9eb0c336a464a512f51c73e26b2.tar.gz
core-fab0c5d19565f9eb0c336a464a512f51c73e26b2.zip
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')
-rw-r--r--sc/uiconfig/scalc/ui/sidebarnumberformat.ui2
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>