Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix windows link error
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13343 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Apr 22, 2010
1 parent ceec7bd commit 1aeac4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/qgsmaptoolpan.cpp
Expand Up @@ -43,6 +43,10 @@ void QgsMapToolPan::canvasMoveEvent( QMouseEvent * e )
}
}

void QgsMapToolPan::canvasPressEvent( QMouseEvent * e )
{
}

void QgsMapToolPan::canvasReleaseEvent( QMouseEvent * e )
{
if ( e->button() == Qt::LeftButton )
Expand Down

0 comments on commit 1aeac4e

Please sign in to comment.