Skip to content

Commit

Permalink
[ui] Prevent modification of iterations while expanded for loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-Kiel committed Sep 2, 2024
1 parent 193d5b5 commit 36842ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meshroom/ui/qml/GraphEditor/GraphEditor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 36842ff

Please sign in to comment.