mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Modifications not stored in .cproject, bug 246364
This commit is contained in:
parent
e43c9eb5a9
commit
61e982cc55
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ public class CConfigBasedDescriptorManager implements ICDescriptorManager {
|
|||
dr = getLoaddedDescriptor(des);
|
||||
if(dr == null){
|
||||
dr = loadDescriptor(des);
|
||||
if(dr != null){
|
||||
if(dr != null && !des.isLoadding()){
|
||||
setLoaddedDescriptor(des, dr);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue