mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Automatically update the list of source locations when the list of the referenced projects is modified.
This commit is contained in:
parent
0642ccd81b
commit
ef2a5f83f2
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ public class CSourceLocator implements ICSourceLocator, IPersistableSourceLocato
|
||||||
{
|
{
|
||||||
setProject( project );
|
setProject( project );
|
||||||
setReferencedProjects();
|
setReferencedProjects();
|
||||||
|
setSourceLocations( getDefaultSourceLocations() );
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|
Loading…
Add table
Reference in a new issue