diff options
Diffstat (limited to 'lib/luis-l-gist/interactiveview.cpp')
| -rw-r--r-- | lib/luis-l-gist/interactiveview.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/luis-l-gist/interactiveview.cpp b/lib/luis-l-gist/interactiveview.cpp index 8e0cf97..c6e8228 100644 --- a/lib/luis-l-gist/interactiveview.cpp +++ b/lib/luis-l-gist/interactiveview.cpp @@ -21,6 +21,10 @@ InteractiveView::InteractiveView(QWidget * parent) : panButton = Qt::MiddleButton; zoomKey = Qt::Key_Z; + + /* QGraphicsView turns it on for some reason, + * switching it back off to let BrowserTab handle it -krkk */ + setAcceptDrops(false); } qreal InteractiveView::getScale() const |
