Skip to content

Commit 213138e

Browse files
committed
BuildVRT: set input layer list when tool starting (follow d6ea1a0).
Thanks Etienne for the patch.
1 parent d6ea1a0 commit 213138e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/plugins/GdalTools/tools/doBuildVRT.py

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def __init__(self, iface):
4747
def initialize(self):
4848
# connect to mapCanvas.layerChanged() signal
4949
self.connect(self.iface.mapCanvas(), SIGNAL("layersChanged()"), self.onVisibleLayersChanged)
50+
self.onVisibleLayersChanged()
5051
BasePluginWidget.initialize(self)
5152

5253
def onClosing(self):

0 commit comments

Comments
 (0)