Skip to content

Commit

Permalink
Fix #10589 - Gesture events don't get sent correctly with interactive…
Browse files Browse the repository at this point in the history
… mode on view
  • Loading branch information
NathanW2 authored and jef-n committed Jul 11, 2014
1 parent 041eafd commit 232e23a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsmapcanvas.cpp
Expand Up @@ -246,6 +246,8 @@ QgsMapCanvas::QgsMapCanvas( QWidget * parent, const char *name )
mPreviewEffect = new QgsPreviewEffect( this );
viewport()->setGraphicsEffect( mPreviewEffect );

setInteractive( false );

refresh();

} // QgsMapCanvas ctor
Expand Down

0 comments on commit 232e23a

Please sign in to comment.