Skip to content
Permalink
Browse files
made the selection in the delimited text provider working again (whic…
…h was broken by myself in a recent commit)

git-svn-id: http://svn.osgeo.org/qgis/trunk@5733 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Aug 24, 2006
1 parent 5891b1f commit 3c0e0c9
Showing 1 changed file with 1 addition and 0 deletions.
@@ -524,6 +524,7 @@ void QgsDelimitedTextProvider::select(QgsRect * rect, bool useIntersect)
// compare each point against the rectangle.
// We store the rect and use it in getNextFeature to determine if the
// feature falls in the selection area
reset();
mSelectionRectangle = new QgsRect((*rect));
}

0 comments on commit 3c0e0c9

Please sign in to comment.