mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
small active/setting cfg settings fixes
This commit is contained in:
parent
640b94f6a3
commit
db9a31fff7
1 changed files with 6 additions and 0 deletions
|
@ -451,6 +451,12 @@ public class CProjectDescription implements ICProjectDescription, ICDataProxyCon
|
|||
if(fIsModified)
|
||||
return true;
|
||||
|
||||
if(fActiveCfgInfo.fIsModified)
|
||||
return true;
|
||||
|
||||
if(fSettingCfgInfo.fIsModified)
|
||||
return true;
|
||||
|
||||
if(fPrefs.isModified())
|
||||
return true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue