sd/source/ui/sidebar/CustomAnimationPanel.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit ad01b0031688a3e3bb1741e4732bfa8762635478 Author: Katarina Behrens <[email protected]> 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 <[email protected]> Reviewed-by: Katarina Behrens <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
