Skip to content

Commit

Permalink
Removed popup label in vector and raster context menus.
Browse files Browse the repository at this point in the history
Changed maptool to use bool isZoomTool() instead of toolName and updated
dependent classes.


git-svn-id: http://svn.osgeo.org/qgis/trunk@5130 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 2, 2006
1 parent 0776750 commit 01d2dc2
Show file tree
Hide file tree
Showing 17 changed files with 351 additions and 222 deletions.
2 changes: 1 addition & 1 deletion src/core/qgsgeometry.cpp
Expand Up @@ -1345,7 +1345,7 @@ bool QgsGeometry::intersects(QgsRect* r) const
geos::Geometry *geosRect = wktReader->read( qstrdup(rectwkt) );
if(geosGeom->intersects(geosRect))
{
returnval=true;
returnval=true;
}

delete geosGeom;
Expand Down

0 comments on commit 01d2dc2

Please sign in to comment.