diff --git a/src/plugins/extensionmanager/extensionmanagerwidget.cpp b/src/plugins/extensionmanager/extensionmanagerwidget.cpp index a7caa5f2e11..4b0bfcfb325 100644 --- a/src/plugins/extensionmanager/extensionmanagerwidget.cpp +++ b/src/plugins/extensionmanager/extensionmanagerwidget.cpp @@ -550,6 +550,8 @@ void ExtensionManagerWidget::updateView(const QModelIndex ¤t) const bool showContent = current.isValid(); d->primaryContent->setVisible(showContent); d->secondaryContent->setVisible(showContent); + d->headingWidget->setVisible(showContent); + d->pluginStatus->setVisible(showContent); if (!showContent) return;