summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/TabBar.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-03-12 14:25:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-03-18 15:17:59 +0100
commitf9cf66b39ea00afc66ae79ca46cd9071f3598cb8 (patch)
tree4b488119c57d9e1ea3250e55af2df8769dc014f0 /sfx2/source/sidebar/TabBar.cxx
parent3b544a311d6ab22e1e04c45a841d5f24d5c6b325 (diff)
weld the sidebar deck
Change-Id: Idc6710df7e59bcb5f61fca783e0cc0666cb13a1f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112404 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/source/sidebar/TabBar.cxx')
-rw-r--r--sfx2/source/sidebar/TabBar.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/source/sidebar/TabBar.cxx b/sfx2/source/sidebar/TabBar.cxx
index b989cb7d0964..f77cd0e60b5c 100644
--- a/sfx2/source/sidebar/TabBar.cxx
+++ b/sfx2/source/sidebar/TabBar.cxx
@@ -59,6 +59,8 @@ TabBar::TabBar(vcl::Window* pParentWindow,
, maPopupMenuProvider(rPopupMenuProvider)
, pParentSidebarController(rParentSidebarController)
{
+ InitControlBase(mxMenuButton.get());
+
mxTempToplevel->move(mxContents.get(), m_xContainer.get());
gDefaultWidth = m_xContainer->get_preferred_size().Width();