mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 05:05:43 +02:00
Fix for missing refresh on project close
This commit is contained in:
parent
81120f9c45
commit
457b9eae1d
1 changed files with 5 additions and 5 deletions
|
@ -277,7 +277,7 @@ public class CElementContentProvider extends BaseCElementContentProvider impleme
|
||||||
int flags= delta.getFlags();
|
int flags= delta.getFlags();
|
||||||
// open/close state change of a project
|
// open/close state change of a project
|
||||||
if ((flags & IResourceDelta.OPEN) != 0) {
|
if ((flags & IResourceDelta.OPEN) != 0) {
|
||||||
postRefresh(parent);
|
postProjectStateChanged(parent);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue