Skip to content

Commit

Permalink
it is now possible to expand the tree below in AbstractTreeViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisCode committed Nov 25, 2024
1 parent 324bdfd commit 081619b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -642,10 +642,10 @@ public void updateViewers() {
setMemberFilter(null);
internalSelectType(null, false); // clear selection
fIsEnableMemberFilter= false;
updateHierarchyViewer(true);
IType root= getSelectableType(fInputElements);
internalSelectType(root, true);
updateMethodViewer(root);
updateHierarchyViewer(true);
updateToolbarButtons();
updateToolTipAndDescription();
showMembersInHierarchy(false);
Expand Down

0 comments on commit 081619b

Please sign in to comment.