summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-11-12 14:46:03 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-11-13 14:33:30 +0100
commitde34c45a8ac1f7f1264d8ef649e7b7ee5ab1d2ec (patch)
treeefd1f7913e4411599e4adff5cd97721bfb6d7fa6 /vcl
parent16389aae367ebfa8ce19f8ee1c26232fec7ff729 (diff)
tdf#131970 enable tab-cycling between VerticalTabControl members
Change-Id: I7d009c2345cc7b3a3c692bb8734d9939ce465db2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105761 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/control/ivctrl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/control/ivctrl.cxx b/vcl/source/control/ivctrl.cxx
index 5ce9b84e1f85..dc304e511937 100644
--- a/vcl/source/control/ivctrl.cxx
+++ b/vcl/source/control/ivctrl.cxx
@@ -438,6 +438,7 @@ VerticalTabControl::VerticalTabControl(vcl::Window* pParent)
WB_ALIGN_LEFT | WB_NOHSCROLL))
, m_xBox(VclPtr<VclVBox>::Create(this))
{
+ SetStyle(GetStyle() | WB_DIALOGCONTROL);
SetType(WindowType::VERTICALTABCONTROL);
m_xChooser->SetClickHdl(LINK(this, VerticalTabControl, ChosePageHdl_Impl));
m_xChooser->set_width_request(110);