mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-31 12:13:34 +02:00
[187711] check for filter pool references
This commit is contained in:
parent
e2a2214137
commit
8ef446e845
1 changed files with 4 additions and 0 deletions
|
@ -5724,6 +5724,10 @@ public class SystemView extends SafeTreeViewer
|
|||
expandTo(data, remoteObject);
|
||||
}
|
||||
}
|
||||
else if (data instanceof ISystemFilterPoolReference)
|
||||
{
|
||||
expandTo(data, remoteObject);
|
||||
}
|
||||
else
|
||||
{
|
||||
ISystemViewElementAdapter dataAdapter = (ISystemViewElementAdapter)((IAdaptable)data).getAdapter(ISystemViewElementAdapter.class);
|
||||
|
|
Loading…
Add table
Reference in a new issue