Skip to content

Commit 26528de

Browse files
committed
[BACKPORT] don't block QGIS main window when running Merge shapefiles
tool. Partially addresses #4383
1 parent c1050fe commit 26528de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/plugins/fTools/fTools.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ def dospatJoin(self):
403403

404404
def doMergeShapes(self):
405405
d = doMergeShapes.Dialog(self.iface)
406+
d.show()
406407
d.exec_()
407408

408409
def doSpatIndex(self):

0 commit comments

Comments
 (0)