mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 13:35:22 +02:00
[170728] request from tobias to change else if line to check for the view adapter instead of the remote adapter
This commit is contained in:
parent
0a065ced55
commit
c3c34b6bf5
1 changed files with 1 additions and 1 deletions
|
@ -3176,7 +3176,7 @@ public class SystemView extends SafeTreeViewer implements ISystemTree, ISystemRe
|
||||||
roots = tree.getItems(); // re-query roots
|
roots = tree.getItems(); // re-query roots
|
||||||
smartRefresh(roots, expandedChildren, forceRemote);
|
smartRefresh(roots, expandedChildren, forceRemote);
|
||||||
}
|
}
|
||||||
} else if (getRemoteAdapter(element) != null) {
|
} else if (getViewAdapter(element) != null) {
|
||||||
|
|
||||||
Item item = null;
|
Item item = null;
|
||||||
if (element instanceof String) {
|
if (element instanceof String) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue