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);