From c4892a47195685cd36fe91be872206f517abc45b Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sun, 31 May 2020 16:16:37 +0100 Subject: allow sorting buttons via weld::Box MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I315fe2dd2e40c976edd802c1e87b7ccdb0c298fe Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95221 Tested-by: Jenkins Reviewed-by: Caolán McNamara Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107523 Tested-by: Jenkins CollaboraOffice Reviewed-by: Szymon Kłos --- sc/source/ui/cctrl/checklistmenu.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') diff --git a/sc/source/ui/cctrl/checklistmenu.cxx b/sc/source/ui/cctrl/checklistmenu.cxx index deeb987ee806..c913d8ddfb00 100644 --- a/sc/source/ui/cctrl/checklistmenu.cxx +++ b/sc/source/ui/cctrl/checklistmenu.cxx @@ -495,7 +495,7 @@ ScCheckListMenuControl::ScCheckListMenuControl(ScCheckListMenuWindow* pParent, v // sort ok/cancel into native order, if this was a dialog they would be auto-sorted, but this // popup isn't a true dialog - //mxButtonBox->sort_native_button_order(); + mxButtonBox->sort_native_button_order(); if (!bIsSubMenu) { -- cgit