Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't pass handled mouse events down to QGraphicsView
  • Loading branch information
nyalldawson committed Oct 6, 2017
1 parent fb8601f commit 6b700e2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/gui/layout/qgslayoutview.cpp
Expand Up @@ -295,10 +295,6 @@ void QgsLayoutView::mousePressEvent( QMouseEvent *event )
QGraphicsView::mousePressEvent( event );
}
}
else
{
QGraphicsView::mousePressEvent( event );
}
}

void QgsLayoutView::mouseReleaseEvent( QMouseEvent *event )
Expand Down

0 comments on commit 6b700e2

Please sign in to comment.