Skip to content
Snippets Groups Projects
Commit c0d5ba41 authored by Emmanuel Heriberto Oceguera Conchas's avatar Emmanuel Heriberto Oceguera Conchas
Browse files

has been updated

parent 9648aed4
Branches
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ class netCDFVisualizer:
#we connect the menu item
self.iface.addPlugintoMenu('netCDFVisualizer', self.pluginButton)
#whenever self.pluginButton is clicked, the maskCall should be executed
self.iface.triggered.connect(self.callMask)
self.pluginButton.triggered.connect(self.callMask)
#when we close the plugin in QGIS the plugin will be unloaded
......@@ -66,4 +66,3 @@ class netCDFVisualizer:
#we show the mask
self.mask.show()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment