mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
view should return after handling update event
This commit is contained in:
parent
a17c8fb7cd
commit
6de300e678
1 changed files with 2 additions and 1 deletions
|
@ -874,7 +874,8 @@ public class SystemTableView
|
|||
|
||||
}
|
||||
}
|
||||
break;
|
||||
return;
|
||||
//break;
|
||||
|
||||
case ISystemResourceChangeEvents.EVENT_DELETE:
|
||||
case ISystemResourceChangeEvents.EVENT_DELETE_MANY:
|
||||
|
|
Loading…
Add table
Reference in a new issue