Skip to content

Commit 3c0e0c9

Browse files
author
mhugent
committed
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
1 parent 5891b1f commit 3c0e0c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/providers/delimitedtext/qgsdelimitedtextprovider.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@ void QgsDelimitedTextProvider::select(QgsRect * rect, bool useIntersect)
524524
// compare each point against the rectangle.
525525
// We store the rect and use it in getNextFeature to determine if the
526526
// feature falls in the selection area
527+
reset();
527528
mSelectionRectangle = new QgsRect((*rect));
528529
}
529530

0 commit comments

Comments
 (0)