summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libs/installer/componentselectionpage_p.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/componentselectionpage_p.cpp b/src/libs/installer/componentselectionpage_p.cpp
index 8c0cf2a11..e1b9649a7 100644
--- a/src/libs/installer/componentselectionpage_p.cpp
+++ b/src/libs/installer/componentselectionpage_p.cpp
@@ -392,7 +392,7 @@ void ComponentSelectionPagePrivate::updateWidgetVisibility(bool show)
m_checkDefault->setVisible(!show);
m_checkAll->setVisible(!show);
m_uncheckAll->setVisible(!show);
- m_descriptionLabel->setVisible(!show);
+ m_descriptionScrollArea->setVisible(!show);
m_sizeLabel->setVisible(!show);
if (QAbstractButton *bspButton = q->gui()->button(QWizard::CustomButton2))