QmlDesigner: Fix Properties Section for Effects

Change-Id: I249723f45b83731232acc9e68a6c4e27b85d6d11
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Aleksei German
2024-04-15 18:09:42 +02:00
committed by Thomas Hartmann
parent 21f6cbe4e4
commit e8a47b1b8a

View File

@@ -259,7 +259,7 @@ Section {
+ StudioTheme.Values.actionIndicatorWidth
width: implicitWidth
typeFilter: "QtQuick.Item"
backendValue: root.effectNodeWrapper.properties.background
backendValue: root.effectNodeWrapper.properties.backgroundLayer
}
ExpandingSpacer {}