Skip to content

Commit 7c902f6

Browse files
committed
[ui] Node: Added property denoting if the node delegate is a backdrop
1 parent 45d4ce8 commit 7c902f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meshroom/ui/qml/GraphEditor/Node.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Item {
1919
property bool readOnly: node.locked
2020
/// Whether the node is in compatibility mode
2121
readonly property bool isCompatibilityNode: node ? node.hasOwnProperty("compatibilityIssue") : false
22+
readonly property bool isBackdrop: false
2223
/// Mouse related states
2324
property bool mainSelected: false
2425
property bool selected: false

0 commit comments

Comments
 (0)