Skip to content

Commit c890e4f

Browse files
committed
expanding trees below is now possible with the changes from
TypeHierarchyViewPart
1 parent 1b4923d commit c890e4f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bundles/org.eclipse.jface/src/org/eclipse/jface/viewers/AbstractTreeViewer.java

-1
Original file line numberDiff line numberDiff line change
@@ -1869,7 +1869,6 @@ private void internalConditionalExpandToLevel(Widget widget, int level,
18691869
}
18701870
}
18711871
}
1872-
// XXX expanding here fails on linux
18731872
if (widget instanceof Item it) {
18741873
setExpanded(it, true);
18751874
}

0 commit comments

Comments
 (0)