mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix progressbar behaviour in Merge shapefiles tool
git-svn-id: http://svn.osgeo.org/qgis/trunk@15777 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
ee7f7787f7
commit
6dc6ac7e0e
@ -165,6 +165,7 @@ class Dialog( QDialog, Ui_Dialog ):
|
||||
self.mergeThread = None
|
||||
|
||||
def restoreGui( self ):
|
||||
self.progressFeatures.setRange( 0, 100 )
|
||||
self.progressFeatures.setValue( 0 )
|
||||
self.progressFiles.setValue( 0 )
|
||||
QApplication.restoreOverrideCursor()
|
||||
|
Loading…
x
Reference in New Issue
Block a user