mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-06 04:41:58 +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"
|
tooltipText: "Iterations"
|
||||||
visible: edgeMenu.currentEdge && edgeMenu.forLoop
|
visible: edgeMenu.currentEdge && edgeMenu.forLoop
|
||||||
|
|
||||||
|
enabled: expandButton.canExpand
|
||||||
|
|
||||||
property var listAttr: edgeMenu.currentEdge ? edgeMenu.currentEdge.src.root : null
|
property var listAttr: edgeMenu.currentEdge ? edgeMenu.currentEdge.src.root : null
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue