We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1c4d6c6 commit ea9245fCopy full SHA for ea9245f
src/gui/qgsmaptoolpan.cpp
@@ -43,10 +43,6 @@ void QgsMapToolPan::canvasMoveEvent( QMouseEvent * e )
43
}
44
45
46
-void QgsMapToolPan::canvasPressEvent( QMouseEvent * e )
47
-{
48
-}
49
-
50
void QgsMapToolPan::canvasReleaseEvent( QMouseEvent * e )
51
{
52
if ( e->button() == Qt::LeftButton )
src/gui/qgsmaptoolpan.h
@@ -34,9 +34,6 @@ class GUI_EXPORT QgsMapToolPan : public QgsMapTool
34
//! Overridden mouse move event
35
virtual void canvasMoveEvent( QMouseEvent * e );
36
37
- //! Overridden mouse press event
38
- virtual void canvasPressEvent( QMouseEvent * e );
39
40
//! Overridden mouse release event
41
virtual void canvasReleaseEvent( QMouseEvent * e );
42
0 commit comments