diff --git a/src/plugins/projectexplorer/abiwidget.cpp b/src/plugins/projectexplorer/abiwidget.cpp index 5bbf95e23d0..fd9de56de1f 100644 --- a/src/plugins/projectexplorer/abiwidget.cpp +++ b/src/plugins/projectexplorer/abiwidget.cpp @@ -157,6 +157,7 @@ void AbiWidget::setAbis(const QList &abiList, const Abi ¤t) d->m_abi->setCurrentIndex(i + 1); } + d->m_abi->setVisible(!abiList.isEmpty()); if (d->m_abi->currentIndex() == 0) { if (!current.isValid() && !abiList.isEmpty()) d->m_abi->setCurrentIndex(1); // default to the first Abi if none is selected.