From cc244f6bed896831bf53b93c5a614fd5b36615a0 Mon Sep 17 00:00:00 2001 From: Mahmoud Badri Date: Thu, 29 Jun 2023 14:52:24 +0300 Subject: [PATCH] QmlDesigner: Expand matched bundle effects sections on search Fixes: QDS-10193 Change-Id: I66acdab870cd358b2c70811fc30e190c068b652f Reviewed-by: Miikka Heikkinen --- .../qmldesigner/contentLibraryQmlSource/ContentLibrary.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/share/qtcreator/qmldesigner/contentLibraryQmlSource/ContentLibrary.qml b/share/qtcreator/qmldesigner/contentLibraryQmlSource/ContentLibrary.qml index b8c406b8291..1932af0eef9 100644 --- a/share/qtcreator/qmldesigner/contentLibraryQmlSource/ContentLibrary.qml +++ b/share/qtcreator/qmldesigner/contentLibraryQmlSource/ContentLibrary.qml @@ -68,6 +68,7 @@ Item { materialsView.expandVisibleSections() texturesView.expandVisibleSections() environmentsView.expandVisibleSections() + effectsView.expandVisibleSections() } }