From 2376e008f7d3bdb69e7e5ebe5b91d1c7dbeae68e Mon Sep 17 00:00:00 2001 From: Mahmoud Badri Date: Tue, 14 May 2024 16:52:02 +0300 Subject: [PATCH] QmlDesigner: Update 3d user bundle imported state on load Change-Id: I8df19486523cfd25db832ed78f0792095548dfea Reviewed-by: Miikka Heikkinen Reviewed-by: Qt CI Patch Build Bot --- .../qmldesigner/components/contentlibrary/contentlibraryview.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/qmldesigner/components/contentlibrary/contentlibraryview.cpp b/src/plugins/qmldesigner/components/contentlibrary/contentlibraryview.cpp index d010bc76ba3..8e5b5c4e3b3 100644 --- a/src/plugins/qmldesigner/components/contentlibrary/contentlibraryview.cpp +++ b/src/plugins/qmldesigner/components/contentlibrary/contentlibraryview.cpp @@ -265,6 +265,7 @@ void ContentLibraryView::modelAttached(Model *model) m_widget->updateImportedState(compUtils.materialsBundleId()); m_widget->updateImportedState(compUtils.effectsBundleId()); m_widget->updateImportedState(compUtils.userMaterialsBundleId()); + m_widget->updateImportedState(compUtils.user3DBundleId()); } void ContentLibraryView::modelAboutToBeDetached(Model *model)