mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
[processing] resurrect editing of modeler item on double-click
This commit is contained in:
parent
07b25af537
commit
b48d20220e
@ -132,8 +132,7 @@ class ModelerGraphicItem(QGraphicsItem):
|
||||
return rect
|
||||
|
||||
def mouseDoubleClickEvent(self, event):
|
||||
pass
|
||||
#self.editElement()
|
||||
self.editElement()
|
||||
|
||||
def contextMenuEvent(self, event):
|
||||
if isinstance(self.element, ModelerOutput):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user