mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-16 20:55:44 +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();
|
||||
// open/close state change of a project
|
||||
if ((flags & IResourceDelta.OPEN) != 0) {
|
||||
postRefresh(parent);
|
||||
postProjectStateChanged(parent);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue