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:
parent
1b96f05721
commit
7bce16a810
2
view.cpp
2
view.cpp
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user