summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2018-01-29 10:11:34 +0100
committerKatarina Behrens <Katarina.Behrens@cib.de>2018-01-29 14:08:55 +0100
commitad01b0031688a3e3bb1741e4732bfa8762635478 (patch)
treebc24208cab9350c55008705097886008c8861a3a /sd
parent0408d6f4a9446eff18618eaf96e8c0352b25e268 (diff)
tdf#100898: custom animation panel is now Tab-reachable
the same fix as in 777bf677b38b2933. Move on, nothing to see here Change-Id: I4b4fe9f87b25c6e04329c052c532ab4da5a30d75 Reviewed-on: https://gerrit.libreoffice.org/48820 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/sidebar/CustomAnimationPanel.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/sidebar/CustomAnimationPanel.cxx b/sd/source/ui/sidebar/CustomAnimationPanel.cxx
index 249f31e21aa4..5e9fc962adc1 100644
--- a/sd/source/ui/sidebar/CustomAnimationPanel.cxx
+++ b/sd/source/ui/sidebar/CustomAnimationPanel.cxx
@@ -34,6 +34,7 @@ CustomAnimationPanel::CustomAnimationPanel (
rViewShellBase),
mxFrame( rxFrame )
{
+ SetStyle( GetStyle() | WB_DIALOGCONTROL );
#ifdef DEBUG
SetText(OUString("sd:CustomAnimationPanel"));
#endif