Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Don't pass handled mouse events down to QGraphicsView
- Loading branch information
Showing
with
0 additions
and
4 deletions.
-
+0
−4
src/gui/layout/qgslayoutview.cpp
|
@@ -295,10 +295,6 @@ void QgsLayoutView::mousePressEvent( QMouseEvent *event ) |
|
|
QGraphicsView::mousePressEvent( event ); |
|
|
} |
|
|
} |
|
|
else |
|
|
{ |
|
|
QGraphicsView::mousePressEvent( event ); |
|
|
} |
|
|
} |
|
|
|
|
|
void QgsLayoutView::mouseReleaseEvent( QMouseEvent *event ) |
|
|