mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[ui] Disabled behavior applied to all types of parameters and attributes
Disabled behavior applied to all types of parameters and attributes
This commit is contained in:
parent
8d0dc4d62e
commit
0a770f474f
3 changed files with 3 additions and 2 deletions
|
@ -487,6 +487,7 @@ Item {
|
|||
delegate: Loader {
|
||||
id: paramLoader
|
||||
active: !object.isOutput && !isFileAttributeBaseType(object)
|
||||
visible: object.enabled || object.isLink || object.hasOutputConnections
|
||||
property bool isFullyActive: (m.displayParams || object.isLink || object.hasOutputConnections)
|
||||
width: parent.width
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue