Skip to content

Commit b7718e2

Browse files
committedNov 12, 2011
[BACKPORT] don't block QGIS main window when running Merge shapefiles
tool. Partially addresses #4383
1 parent 766bb54 commit b7718e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/plugins/fTools/fTools.py

+1
Original file line numberDiff line numberDiff line change
@@ -390,5 +390,6 @@ def dospatJoin(self):
390390

391391
def doMergeShapes(self):
392392
d = doMergeShapes.Dialog(self.iface)
393+
d.show()
393394
d.exec_()
394395

0 commit comments

Comments
 (0)
Please sign in to comment.