https://bugs.kde.org/show_bug.cgi?id=371667

Hugo Pereira Da Costa <hugo.pereira.da.co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hugo.pereira.da.costa@gmail
                   |                            |.com

--- Comment #2 from Hugo Pereira Da Costa <hugo.pereira.da.co...@gmail.com> ---
Hi,
Thanks for reporting. However I cannot reproduce 
I suspect a bug in Qt, in fact. (which I do not have in my version).
The only thing disabling animations does to panels in breeze and oxygen is
change the returned value of "SH_Widget_Animate"

if you have access to breeze sources, can you apply the following patch and see
if code still crashes ?

diff --git a/kstyle/breezestyle.cpp b/kstyle/breezestyle.cpp
index 8a02d75..fa98a7b 100644
--- a/kstyle/breezestyle.cpp
+++ b/kstyle/breezestyle.cpp
@@ -646,7 +646,8 @@ namespace Breeze
             case SH_Menu_SloppySubMenus: return true;

             #if QT_VERSION >= 0x050000
-            case SH_Widget_Animate: return
StyleConfigData::animationsEnabled();
+            // case SH_Widget_Animate: return
StyleConfigData::animationsEnabled();
+            case SH_Widget_Animate: return true;
             case SH_Menu_SupportsSections: return true;
             #endif

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to