Bug report #2503
Cannot set more than 99 in Random selection within Subsets
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | cfarmer - | ||
Category: | Python plugins | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12563 |
Description
Try any layer with large number of features and try to set more the 99 features to be selected.
Associated revisions
Removes limitation on maximum no of selectable features. Fixes #2503. Patch thanks to alexbruy.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13020 c8812cc2-4d05-0410-92ff-de0c093fc19c
Removes limitation on maximum no of selectable features. Fixes #2503. Patch thanks to alexbruy.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13020 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1 Updated by Alexander Bruy over 14 years ago
Patch attached
#2 Updated by cfarmer - over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Patch committed in 31ce45e7 (SVN r13021). Thanks to alexbruy for patch!
-Carson