diff options
-rw-r--r-- | sd/source/ui/sidebar/CustomAnimationPanel.cxx | 1 |
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 |