Skip to content

Commit

Permalink
QmlDesigner: Update 3d user bundle imported state on load
Browse files Browse the repository at this point in the history
Change-Id: I8df19486523cfd25db832ed78f0792095548dfea
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
  • Loading branch information
mbadri-qt committed May 14, 2024
1 parent f462be8 commit 2376e00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2376e00

Please sign in to comment.