[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/4.2/kdelibs/plasma/private
From:       Marco Martin <notmart () gmail ! com>
Date:       2009-04-02 19:10:26
Message-ID: 1238699426.692799.24434.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 948320 by mart:

backport the fix to the last fix
Don't start the fade out animation if the applet handle is still under
the mouse


 M  +3 -1      applethandle.cpp  


--- branches/KDE/4.2/kdelibs/plasma/private/applethandle.cpp #948319:948320
@@ -846,7 +846,9 @@
 
 void AppletHandle::leaveTimeout()
 {
-    startFading(FadeOut, m_entryPos);
+    if (!isUnderMouse()) {
+        startFading(FadeOut, m_entryPos);
+    }
 }
 
 void AppletHandle::appletDestroyed()
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic