Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix progressbar behaviour in Merge shapefiles tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@15777 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
alexbruy committed Apr 20, 2011
1 parent ee7f778 commit 6dc6ac7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/fTools/tools/doMergeShapes.py
Expand Up @@ -165,6 +165,7 @@ def stopProcessing( self ):
self.mergeThread = None

def restoreGui( self ):
self.progressFeatures.setRange( 0, 100 )
self.progressFeatures.setValue( 0 )
self.progressFiles.setValue( 0 )
QApplication.restoreOverrideCursor()
Expand Down

0 comments on commit 6dc6ac7

Please sign in to comment.