[ui] Prevent modification of iterations while expanded for loop

This commit is contained in:
Aurore LAFAURIE 2024-08-30 14:24:34 +02:00
parent 0d346ab2da
commit f9ec52a39b

View file

@ -394,6 +394,8 @@ Item {
tooltipText: "Iterations"
visible: edgeMenu.currentEdge && edgeMenu.forLoop
enabled: expandButton.canExpand
property var listAttr: edgeMenu.currentEdge ? edgeMenu.currentEdge.src.root : null
Connections {