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

List:       kde-commits
Subject:    kdebase/kicker/taskbar
From:       Wilco Greven <greven () kde ! org>
Date:       2005-04-13 11:20:21
Message-ID: 20050413112021.3646D492 () office ! kde ! org
[Download RAW message or body]

CVS commit by wgreven: 

Don't start a drag for taskbar items with multiple tasks.


  M +5 -0      taskcontainer.cpp   1.115


--- kdebase/kicker/taskbar/taskcontainer.cpp  #1.114:1.115
@@ -910,4 +910,9 @@ void TaskContainer::mouseMoveEvent( QMou
 bool TaskContainer::startDrag(const QPoint& pos)
 {
+    if (m_filteredTasks.count() != 1)
+    {
+        return false;
+    }
+    
     int delay = KGlobalSettings::dndEventDelay();
 


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

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