diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2022-10-14 15:57:32 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2022-10-14 18:26:14 +0300 |
commit | eb804b1a03408edd26182a94277ac334debcd9f9 (patch) | |
tree | 9b70aa4ba4fad462006588db14acb8afecc81b2b | |
parent | 6403a32b542d3c997d4399497d18955954806bf0 (diff) | |
download | tdebase-eb804b1a03408edd26182a94277ac334debcd9f9.tar.gz tdebase-eb804b1a03408edd26182a94277ac334debcd9f9.zip |
Kicker: Allow dragging group tasks
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit f2e3e2ce19d659efb2a62078f532019c73153c72)
-rw-r--r-- | kicker/taskbar/taskcontainer.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/kicker/taskbar/taskcontainer.cpp b/kicker/taskbar/taskcontainer.cpp index cc533f0b9..4ecb3261a 100644 --- a/kicker/taskbar/taskcontainer.cpp +++ b/kicker/taskbar/taskcontainer.cpp @@ -1328,11 +1328,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) |