diff --git a/view.cpp b/view.cpp index c2f7d25f1..7c6769635 100644 --- a/view.cpp +++ b/view.cpp @@ -111,7 +111,6 @@ public: q->setAttribute(Qt::WA_TranslucentBackground); q->setAutoFillBackground(true); q->setDragMode(QGraphicsView::NoDrag); - //setCacheMode(QGraphicsView::CacheBackground); q->setInteractive(true); q->setAcceptDrops(true); q->setAlignment(Qt::AlignLeft | Qt::AlignTop);