Skip to content

Commit ed5c5fd

Browse files
author
timlinux
committed
Removed popup label in vector and raster context menus.
Changed maptool to use bool isZoomTool() instead of toolName and updated dependent classes. git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5130 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 834d696 commit ed5c5fd

17 files changed

+351
-222
lines changed

src/core/qgsgeometry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@ bool QgsGeometry::intersects(QgsRect* r) const
13451345
geos::Geometry *geosRect = wktReader->read( qstrdup(rectwkt) );
13461346
if(geosGeom->intersects(geosRect))
13471347
{
1348-
returnval=true;
1348+
returnval=true;
13491349
}
13501350

13511351
delete geosGeom;

0 commit comments

Comments
 (0)