Skip to content

Commit b48d202

Browse files
committedOct 31, 2016
[processing] resurrect editing of modeler item on double-click
1 parent 07b25af commit b48d202

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎python/plugins/processing/modeler/ModelerGraphicItem.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,7 @@ def boundingRect(self):
132132
return rect
133133

134134
def mouseDoubleClickEvent(self, event):
135-
pass
136-
#self.editElement()
135+
self.editElement()
137136

138137
def contextMenuEvent(self, event):
139138
if isinstance(self.element, ModelerOutput):

0 commit comments

Comments
 (0)
Please sign in to comment.