Skip to content

Commit

Permalink
Merge pull request #3695 from nirvn/processing_modeler_dblclick
Browse files Browse the repository at this point in the history
[processing] resurrect editing of modeler item on double-click
  • Loading branch information
alexbruy authored Nov 2, 2016
2 parents 06dc501 + b48d202 commit 1c44d74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/plugins/processing/modeler/ModelerGraphicItem.py
Original file line number Diff line number Diff line change
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 1c44d74

Please sign in to comment.