┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphindetailsview.cpp
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2008-10-22 06:11:59 +0000
committerPeter Penz <[email protected]>2008-10-22 06:11:59 +0000
commitcb928888f7e8b0450fc8c4cf0dd4f5ea3c46eb42 (patch)
tree11f24e2eddef75394832fed82415aa6ad1b004f8 /src/dolphindetailsview.cpp
parent4516323b9b63893792395ff065fb09239828add9 (diff)
* don't show a tooltip if a rubberband selection is done
* hide a tooltip if a drag operation has been started BUG: 173148 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=874641
Diffstat (limited to 'src/dolphindetailsview.cpp')
-rw-r--r--src/dolphindetailsview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphindetailsview.cpp b/src/dolphindetailsview.cpp
index be7da8368..ffddb29c1 100644
--- a/src/dolphindetailsview.cpp
+++ b/src/dolphindetailsview.cpp
@@ -306,7 +306,7 @@ void DolphinDetailsView::mouseReleaseEvent(QMouseEvent* event)
void DolphinDetailsView::startDrag(Qt::DropActions supportedActions)
{
- DragAndDropHelper::startDrag(this, supportedActions);
+ DragAndDropHelper::startDrag(this, supportedActions, m_controller);
m_showElasticBand = false;
}