From e8a47b1b8ac9aad17120675fc04a0e2deb7643fe Mon Sep 17 00:00:00 2001 From: Aleksei German Date: Mon, 15 Apr 2024 18:09:42 +0200 Subject: [PATCH] QmlDesigner: Fix Properties Section for Effects Change-Id: I249723f45b83731232acc9e68a6c4e27b85d6d11 Reviewed-by: Thomas Hartmann --- .../propertyEditorQmlSources/QtQuick/EffectsSection.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/EffectsSection.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/EffectsSection.qml index 769cb679d59..2693fc3ef60 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/EffectsSection.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/QtQuick/EffectsSection.qml @@ -259,7 +259,7 @@ Section { + StudioTheme.Values.actionIndicatorWidth width: implicitWidth typeFilter: "QtQuick.Item" - backendValue: root.effectNodeWrapper.properties.background + backendValue: root.effectNodeWrapper.properties.backgroundLayer } ExpandingSpacer {}