Feature request #2517
Progressbar in Select by Location don't work
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Low | ||
| Assignee: | |||
| Category: | Python plugins | ||
| Pull Request or Patch supplied: | Resolution: | fixed | |
| Easy fix?: | No | Copied to github as #: | 12577 |
Description
Add two layers to project and run Select by Location. After few minutes we have selection but progressbar always stay at 0%
Patch attached
Associated revisions
reactivate select by location progress bar. Fixes #2517; Thanks to alexbruy for the patch!
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13024 c8812cc2-4d05-0410-92ff-de0c093fc19c
reactivate select by location progress bar. Fixes #2517; Thanks to alexbruy for the patch!
git-svn-id: http://svn.osgeo.org/qgis/trunk@13024 c8812cc2-4d05-0410-92ff-de0c093fc19c
History
#1
Updated by cfarmer - over 15 years ago
- Resolution set to fixed
- Status changed from Open to Closed
#2
Updated by dr - over 15 years ago
- Resolution deleted (
fixed) - Status changed from Closed to Feedback
When I try to use this tool I get an error:
An error has occured while executing Python code:
Traceback (most recent call last):
File "C:\\OSGeo4W\\apps\\qgis-dev\\python\\plugins\\fTools\\tools\\doSelectByLocation.py", line 52, in accept
self.compute(inPoly, inPts, self.cmbModify.currentText())
File "C:\\OSGeo4W\\apps\\qgis-dev\\python\\plugins\\fTools\\tools\\doSelectByLocation.py", line 70, in compute
self.progressBar.setValue( self.progressBarValue() + 1 )
[[AttributeError]]: 'Dialog' object has no attribute 'progressBarValue'
#3
Updated by Alexander Bruy over 15 years ago
Sorry, it's my fault. There is a typo in code
#4
Updated by cfarmer - over 15 years ago
- Status changed from Feedback to Closed
- Resolution set to fixed
Fixed in trunk.
-Carson
