Skip to content

Commit 36842ff

Browse files
committed
[ui] Prevent modification of iterations while expanded for loop
1 parent 193d5b5 commit 36842ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meshroom/ui/qml/GraphEditor/GraphEditor.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@ Item {
394394
tooltipText: "Iterations"
395395
visible: edgeMenu.currentEdge && edgeMenu.forLoop
396396

397+
enabled: expandButton.canExpand
398+
397399
property var listAttr: edgeMenu.currentEdge ? edgeMenu.currentEdge.src.root : null
398400

399401
Connections {

0 commit comments

Comments
 (0)