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 766bb54 commit b7718e2
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 @@ -390,5 +390,6 @@ def dospatJoin(self):

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

0 comments on commit b7718e2

Please sign in to comment.