Skip to content
Permalink
Browse files
[BACKPORT] don't block QGIS main window when running Merge shapefiles
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.
@@ -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.