sc/uiconfig/scalc/ui/sidebarnumberformat.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fab0c5d19565f9eb0c336a464a512f51c73e26b2 Author: Tomaž Vajngerl <[email protected]> Date: Tue Aug 25 11:32:33 2015 +0900 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 diff --git a/sc/uiconfig/scalc/ui/sidebarnumberformat.ui b/sc/uiconfig/scalc/ui/sidebarnumberformat.ui index 7f25b00..94e100a 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>
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
