We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46a172 commit aa30c2fCopy full SHA for aa30c2f
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.disconnect(self.iface.mapCanvas(), SIGNAL("layersChanged()"), self.onVisibleLayersChanged)
81
+ self.disconnect(self.iface.mapCanvas(), SIGNAL("layersChanged()"), self.switchLayerMode)
82
BasePluginWidget.onClosing(self)
83
84
def onVisibleLayersChanged(self):
0 commit comments