Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
BuildVRT: set input layer list when tool starting (follow d6ea1a0).
Thanks Etienne for the patch.
  • Loading branch information
brushtyler committed Mar 11, 2012
1 parent d6ea1a0 commit 213138e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/GdalTools/tools/doBuildVRT.py
Expand Up @@ -47,6 +47,7 @@ def __init__(self, iface):
def initialize(self):
# connect to mapCanvas.layerChanged() signal
self.connect(self.iface.mapCanvas(), SIGNAL("layersChanged()"), self.onVisibleLayersChanged)
self.onVisibleLayersChanged()
BasePluginWidget.initialize(self)

def onClosing(self):
Expand Down

0 comments on commit 213138e

Please sign in to comment.