We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ea1a0 commit 213138eCopy full SHA for 213138e
python/plugins/GdalTools/tools/doBuildVRT.py
@@ -47,6 +47,7 @@ def __init__(self, iface):
47
def initialize(self):
48
# connect to mapCanvas.layerChanged() signal
49
self.connect(self.iface.mapCanvas(), SIGNAL("layersChanged()"), self.onVisibleLayersChanged)
50
+ self.onVisibleLayersChanged()
51
BasePluginWidget.initialize(self)
52
53
def onClosing(self):
0 commit comments