From 7bce16a8109791b140d3a224cf3efe24fbb9f45a Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Wed, 13 Feb 2008 02:45:45 +0000 Subject: [PATCH] don't show the rubber band: it doesn't do anything these days. if/when we get multiple selection, turn it back on. BUG:156740,157498 svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=774352 --- view.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view.cpp b/view.cpp index 1ff7f6367..4f23f3080 100644 --- a/view.cpp +++ b/view.cpp @@ -67,7 +67,7 @@ void View::initGraphicsView() { setFrameShape(QFrame::NoFrame); setAutoFillBackground(true); - setDragMode(QGraphicsView::RubberBandDrag); + setDragMode(QGraphicsView::NoDrag); //setCacheMode(QGraphicsView::CacheBackground); setInteractive(true); setAcceptDrops(true);