made the selection in the delimited text provider working again (which was broken by myself in a recent commit)

git-svn-id: http://svn.osgeo.org/qgis/trunk@5733 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
mhugent 2006-08-24 15:20:40 +00:00
parent 5891b1f964
commit 3c0e0c99ec

View File

@ -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));
}