mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-30 17:36:33 +02:00
[ui] Prevent modification of iterations while expanded for loop
This commit is contained in:
parent
0d346ab2da
commit
f9ec52a39b
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue