Skip to content

Commit

Permalink
[processing] disabled editing modeler item with double click (was cau…
Browse files Browse the repository at this point in the history
…sing crash)
  • Loading branch information
volaya committed Oct 19, 2014
1 parent e4b4d57 commit db0f423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/plugins/processing/modeler/ModelerGraphicItem.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ def boundingRect(self):
return rect

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

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

0 comments on commit db0f423

Please sign in to comment.