mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 12:03:16 +02:00
update after Configuration re-selection in Properties.
This commit is contained in:
parent
3c7a0bf455
commit
ae0b87e145
1 changed files with 2 additions and 4 deletions
|
@ -377,10 +377,8 @@ implements
|
|||
return;
|
||||
} else {
|
||||
ICConfigurationDescription newConfig = cfgDescs[selectionIndex];
|
||||
if (! (newConfig.equals(getResDesc()) )) {
|
||||
cfgIndex = selectionIndex;
|
||||
cfgChanged(newConfig);
|
||||
}
|
||||
cfgIndex = selectionIndex;
|
||||
cfgChanged(newConfig);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue