Skip to content

Commit 1c44d74

Browse files
authored
Merge pull request #3695 from nirvn/processing_modeler_dblclick
[processing] resurrect editing of modeler item on double-click
2 parents 06dc501 + b48d202 commit 1c44d74

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)