[processing] resurrect editing of modeler item on double-click

This commit is contained in:
nirvn 2016-10-31 11:18:22 +07:00
parent 07b25af537
commit b48d20220e

View File

@ -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):