Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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/qgis@5733 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Aug 24, 2006
1 parent fc430d4 commit 373d555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/delimitedtext/qgsdelimitedtextprovider.cpp
Expand Up @@ -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));
}

Expand Down

0 comments on commit 373d555

Please sign in to comment.