diff --git a/src/plugins/projectexplorer/customtoolchain.cpp b/src/plugins/projectexplorer/customtoolchain.cpp index 8b60c3c8521..6866601e827 100644 --- a/src/plugins/projectexplorer/customtoolchain.cpp +++ b/src/plugins/projectexplorer/customtoolchain.cpp @@ -661,6 +661,9 @@ void CustomToolChainConfigWidget::applyImpl() tc->setDisplayName(displayName); // reset display name tc->setOutputParserId(Core::Id::fromSetting(m_errorParserComboBox->currentData())); tc->setCustomParserSettings(m_customParserSettings); + + setFromToolchain(); // Refresh with actual data from the toolchain. This shows what e.g. the + // macro parser did with the input. } void CustomToolChainConfigWidget::setFromToolchain()