Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[processing] resurrect editing of modeler item on double-click
  • Loading branch information
nirvn committed Oct 31, 2016
1 parent 07b25af commit b48d202
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/plugins/processing/modeler/ModelerGraphicItem.py
Expand Up @@ -132,8 +132,7 @@ def boundingRect(self):
return rect

def mouseDoubleClickEvent(self, event):
pass
#self.editElement()
self.editElement()

def contextMenuEvent(self, event):
if isinstance(self.element, ModelerOutput):
Expand Down

0 comments on commit b48d202

Please sign in to comment.