summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-02-11 10:31:43 +0000
committerXisco Faulí <xiscofauli@libreoffice.org>2019-02-11 16:10:14 +0100
commit04a6277f40727bf814c67a75e55ce3a6dcbc6bec (patch)
tree9eadfd78c985f85d4e9cf4eaec01606fddbd8ee4
parent17bdaff6f0262f13f464d73335b342bd00c0d5d0 (diff)
Resolves: tdf#123309 destroy menu before menubutton
Change-Id: Ib6b179c460bed4ffdcc2678294633004bbae816a Reviewed-on: https://gerrit.libreoffice.org/67678 Tested-by: Jenkins Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
-rw-r--r--cui/source/inc/cuitabline.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/cuitabline.hxx b/cui/source/inc/cuitabline.hxx
index 284a0e656a55..bd26683b7963 100644
--- a/cui/source/inc/cuitabline.hxx
+++ b/cui/source/inc/cuitabline.hxx
@@ -148,8 +148,6 @@ private:
std::unique_ptr<weld::MetricSpinButton> m_xMtrEndWidth;
std::unique_ptr<weld::CheckButton> m_xTsbCenterEnd;
std::unique_ptr<weld::CheckButton> m_xCbxSynchronize;
- std::unique_ptr<weld::Menu> m_xGalleryMenu;
- std::unique_ptr<weld::Menu> m_xSymbolsMenu;
std::unique_ptr<weld::CustomWeld> m_xCtlPreview;
std::unique_ptr<weld::Widget> m_xFLEdgeStyle;
@@ -162,6 +160,8 @@ private:
std::unique_ptr<weld::Widget> m_xFlSymbol;
std::unique_ptr<weld::Widget> m_xGridIconSize;
std::unique_ptr<weld::MenuButton> m_xSymbolMB;
+ std::unique_ptr<weld::Menu> m_xSymbolsMenu;
+ std::unique_ptr<weld::Menu> m_xGalleryMenu;
std::unique_ptr<weld::MetricSpinButton> m_xSymbolWidthMF;
std::unique_ptr<weld::MetricSpinButton> m_xSymbolHeightMF;
std::unique_ptr<weld::CheckButton> m_xSymbolRatioCB;