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 e969376 commit f02591aCopy full SHA for f02591a
src/gui/qgsmapcanvas.cpp
@@ -1799,15 +1799,10 @@ void QgsMapCanvas::mapToolDestroyed()
1799
mMapTool = 0;
1800
}
1801
1802
-#if 0 // TODO[MD]: after merge
1803
#ifdef HAVE_TOUCH
1804
bool QgsMapCanvas::event( QEvent * e )
1805
{
1806
bool done = false;
1807
- if ( mDrawing )
1808
- {
1809
- return done;
1810
- }
1811
if ( e->type() == QEvent::Gesture )
1812
1813
// call handler of current map tool
@@ -1824,4 +1819,3 @@ bool QgsMapCanvas::event( QEvent * e )
1824
1819
return done;
1825
1820
1826
1821
#endif
1827
-#endif
0 commit comments