We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d4ce8 commit 7c902f6Copy full SHA for 7c902f6
meshroom/ui/qml/GraphEditor/Node.qml
@@ -19,6 +19,7 @@ Item {
19
property bool readOnly: node.locked
20
/// Whether the node is in compatibility mode
21
readonly property bool isCompatibilityNode: node ? node.hasOwnProperty("compatibilityIssue") : false
22
+ readonly property bool isBackdrop: false
23
/// Mouse related states
24
property bool mainSelected: false
25
property bool selected: false
0 commit comments