diff --git a/kstyle/breezestyle.cpp b/kstyle/breezestyle.cpp index bed810bf..9d3c7adf 100644 --- a/kstyle/breezestyle.cpp +++ b/kstyle/breezestyle.cpp @@ -605,7 +605,6 @@ namespace Breeze switch( hint ) { - case SH_Widget_Animate: return StyleConfigData::animationsEnabled(); case SH_RubberBand_Mask: { @@ -647,6 +646,7 @@ namespace Breeze case SH_Menu_SloppySubMenus: return true; #if QT_VERSION >= 0x050000 + case SH_Widget_Animate: return StyleConfigData::animationsEnabled(); case SH_Menu_SupportsSections: return true; #endif