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
This commit is contained in:
Aaron J. Seigo 2008-02-13 02:45:45 +00:00
parent 1b96f05721
commit 7bce16a810

View File

@ -67,7 +67,7 @@ void View::initGraphicsView()
{ {
setFrameShape(QFrame::NoFrame); setFrameShape(QFrame::NoFrame);
setAutoFillBackground(true); setAutoFillBackground(true);
setDragMode(QGraphicsView::RubberBandDrag); setDragMode(QGraphicsView::NoDrag);
//setCacheMode(QGraphicsView::CacheBackground); //setCacheMode(QGraphicsView::CacheBackground);
setInteractive(true); setInteractive(true);
setAcceptDrops(true); setAcceptDrops(true);