From f2e3e2ce19d659efb2a62078f532019c73153c72 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Fri, 14 Oct 2022 15:57:32 +0300 Subject: [PATCH] Kicker: Allow dragging group tasks Signed-off-by: Mavridis Philippe --- kicker/taskbar/taskcontainer.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kicker/taskbar/taskcontainer.cpp b/kicker/taskbar/taskcontainer.cpp index 2b497ccd0..6ffd688d3 100644 --- a/kicker/taskbar/taskcontainer.cpp +++ b/kicker/taskbar/taskcontainer.cpp @@ -1352,11 +1352,6 @@ void TaskContainer::mouseMoveEvent( TQMouseEvent* e ) bool TaskContainer::startDrag(const TQPoint& pos) { - if (m_filteredTasks.count() != 1) - { - return false; - } - int delay = TDEGlobalSettings::dndEventDelay(); if ((m_dragStartPos - pos).manhattanLength() > delay)