[Libreoffice-commits] core.git: sd/source

Katarina Behrens Katarina.Behrens at cib.de
Mon Jan 29 13:09:16 UTC 2018


 sd/source/ui/sidebar/CustomAnimationPanel.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ad01b0031688a3e3bb1741e4732bfa8762635478
Author: Katarina Behrens <Katarina.Behrens at cib.de>
Date:   Mon Jan 29 10:11:34 2018 +0100

    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 at libreoffice.org>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

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


More information about the Libreoffice-commits mailing list