summaryrefslogtreecommitdiffstats
path: root/src/libs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/installer/componentselectionpage_p.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/installer/componentselectionpage_p.cpp b/src/libs/installer/componentselectionpage_p.cpp
index 174b35038..974ae1502 100644
--- a/src/libs/installer/componentselectionpage_p.cpp
+++ b/src/libs/installer/componentselectionpage_p.cpp
@@ -280,6 +280,7 @@ void ComponentSelectionPagePrivate::showCategoryLayout(bool show)
m_mainGLayout->removeWidget(m_toolBox);
m_mainGLayout->addWidget(m_descriptionBaseWidget, 1, 1);
}
+ m_toolBox->setVisible(show);
m_categoryLayoutVisible = show;
}