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 1cd0c43 commit fc4fd61Copy full SHA for fc4fd61
python/plugins/processing/ProcessingPlugin.py
@@ -49,9 +49,10 @@ class ProcessingPlugin:
49
50
def __init__(self, iface):
51
self.iface = iface
52
- Processing.initialize()
53
54
def initGui(self):
+ Processing.initialize()
55
+
56
self.commander = None
57
self.toolbox = ProcessingToolbox()
58
self.iface.addDockWidget(Qt.RightDockWidgetArea, self.toolbox)
0 commit comments