diff --git a/python/plugins/processing/modeler/ModelerGraphicItem.py b/python/plugins/processing/modeler/ModelerGraphicItem.py index 4c47816e260..b0fdf6c7c1d 100644 --- a/python/plugins/processing/modeler/ModelerGraphicItem.py +++ b/python/plugins/processing/modeler/ModelerGraphicItem.py @@ -132,8 +132,7 @@ class ModelerGraphicItem(QGraphicsItem): return rect def mouseDoubleClickEvent(self, event): - pass - #self.editElement() + self.editElement() def contextMenuEvent(self, event): if isinstance(self.element, ModelerOutput):