Skip to content

Commit

Permalink
[BACKPORT] don't block QGIS main window when running Merge shapefiles
Browse files Browse the repository at this point in the history
tool. Partially addresses #4383
  • Loading branch information
alexbruy committed Nov 12, 2011
1 parent c1050fe commit 26528de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/fTools/fTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ def dospatJoin(self):

def doMergeShapes(self):
d = doMergeShapes.Dialog(self.iface)
d.show()
d.exec_()

def doSpatIndex(self):
Expand Down

0 comments on commit 26528de

Please sign in to comment.