mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-09 10:05:24 +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 (!madeChange)
|
||||||
{
|
{
|
||||||
|
if (_objectInput instanceof ISystemContainer)
|
||||||
|
{
|
||||||
|
((ISystemContainer)_objectInput).markStale(true);
|
||||||
|
}
|
||||||
|
|
||||||
provider.flushCache();
|
provider.flushCache();
|
||||||
madeChange = true;
|
madeChange = true;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue