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

List:       kde-commits
Subject:    branches/KDE/4.3/kdebase/workspace/plasma/applets/tasks
From:       Marco Martin <notmart () gmail ! com>
Date:       2009-09-15 16:41:38
Message-ID: 1253032898.966201.15759.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1023944 by mart:

backport highlight effect fix 


 M  +2 -2      abstracttaskitem.cpp  


--- branches/KDE/4.3/kdebase/workspace/plasma/applets/tasks/abstracttaskitem.cpp #1023943:1023944
@@ -59,7 +59,7 @@
 #include "tasks.h"
 #include "taskgroupitem.h"
 
-static const int HOVER_EFFECT_TIMEOUT = 800;
+static const int HOVER_EFFECT_TIMEOUT = 900;
 
 AbstractTaskItem::AbstractTaskItem(QGraphicsWidget *parent, Tasks *applet)
     : QGraphicsWidget(parent),
@@ -285,7 +285,7 @@
     Q_UNUSED(event)
     fadeBackground("hover", 175, true);
     QGraphicsWidget *w = parentWidget();
-    if (w && w != m_applet->rootGroupItem()) {
+    if (w) {
         if (m_hoverEffectTimerId) {
             killTimer(m_hoverEffectTimerId);
         }
[prev in list] [next in list] [prev in thread] [next in thread] 

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