mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
Bug 160284 -on delete event mark the container as stale to get proper refresh in table
This commit is contained in:
parent
d95783b787
commit
6ab5025b7c
1 changed files with 5 additions and 0 deletions
|
@ -1058,6 +1058,11 @@ public class SystemTableView
|
|||
{
|
||||
if (!madeChange)
|
||||
{
|
||||
if (_objectInput instanceof ISystemContainer)
|
||||
{
|
||||
((ISystemContainer)_objectInput).markStale(true);
|
||||
}
|
||||
|
||||
provider.flushCache();
|
||||
madeChange = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue