Skip to content

Commit db0f423

Browse files
committed
[processing] disabled editing modeler item with double click (was causing crash)
1 parent e4b4d57 commit db0f423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/plugins/processing/modeler/ModelerGraphicItem.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ def boundingRect(self):
129129
return rect
130130

131131
def mouseDoubleClickEvent(self, event):
132-
self.editElement()
132+
pass
133+
#self.editElement()
133134

134135
def contextMenuEvent(self, event):
135136
if isinstance(self.element, ModelerOutput):

0 commit comments

Comments
 (0)