Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
timlinux committed Apr 2, 2006
1 parent 834d696 commit ed5c5fd
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 ed5c5fd

Please sign in to comment.