mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug #201074 : New Configuration can be absent from the Configuration drop down menu
This commit is contained in:
parent
d5715833cd
commit
f8989282fd
1 changed files with 1 additions and 4 deletions
|
@ -551,10 +551,7 @@ implements
|
|||
displayedConfig = true;
|
||||
if (excludeFromBuildCheck != null && resd != null)
|
||||
excludeFromBuildCheck.setSelection(resd.isExcluded());
|
||||
if (configSelector != null) {
|
||||
configSelector.select(cfgIndex == -1 ? 0 : cfgIndex);
|
||||
handleConfigSelection();
|
||||
}
|
||||
populateConfigurations();
|
||||
}
|
||||
|
||||
if (itabs.size() < 1) return;
|
||||
|
|
Loading…
Add table
Reference in a new issue