We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 590dd47 commit c7b6816Copy full SHA for c7b6816
python/plugins/GdalTools/tools/doBuildVRT.py
@@ -78,6 +78,7 @@ def initialize(self):
78
def onClosing(self):
79
# disconnect from mapCanvas.layerChanged() signal
80
self.iface.mapCanvas().layersChanged.disconnect(self.onVisibleLayersChanged)
81
+ self.iface.mapCanvas().layersChanged.disconnect(self.switchLayerMode)
82
BasePluginWidget.onClosing(self)
83
84
def onVisibleLayersChanged(self):
0 commit comments