mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 10:15:39 +02:00
Fix for [Bug 177938]CDefaultConfigurationData and BuildConfigurationData beha... and [Bug 177940] Several project specific settings should be persisted wit...
This commit is contained in:
parent
02e236eed6
commit
6aeb1f9276
1 changed files with 2 additions and 1 deletions
|
@ -300,7 +300,8 @@ public class CConfigBasedDescriptor implements ICDescriptor {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void saveProjectData() throws CoreException {
|
public void saveProjectData() throws CoreException {
|
||||||
CConfigBasedDescriptorManager.getInstance().reconsile(this, fCfgDes.getProjectDescription());
|
if(CConfigBasedDescriptorManager.getInstance().reconsile(this, fCfgDes.getProjectDescription()))
|
||||||
|
fIsDirty = true;
|
||||||
|
|
||||||
checkApply();
|
checkApply();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue