mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00
Bug #182820: check for "canExclude()"
This commit is contained in:
parent
b5f08dee89
commit
16626ae5e1
1 changed files with 3 additions and 1 deletions
|
@ -670,8 +670,10 @@ implements
|
|||
protected void cfgChanged(ICConfigurationDescription _cfgd) {
|
||||
resd = getResDesc(_cfgd);
|
||||
|
||||
if (excludeFromBuildCheck != null)
|
||||
if (excludeFromBuildCheck != null) {
|
||||
excludeFromBuildCheck.setEnabled(resd.canExclude(!resd.isExcluded()));
|
||||
excludeFromBuildCheck.setSelection(resd.isExcluded());
|
||||
}
|
||||
|
||||
for (int i=0; i<CDTPropertyManager.getPagesCount(); i++) {
|
||||
Object p = CDTPropertyManager.getPage(i);
|
||||
|
|
Loading…
Add table
Reference in a new issue