Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 305739 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/jface/viewers/TreeViewer.java (-1 / +2 lines)
Lines 626-632 Link Here
626
			// touch all children to make sure they are materialized
626
			// touch all children to make sure they are materialized
627
			for (int i = 0; i < children.length; i++) {
627
			for (int i = 0; i < children.length; i++) {
628
				if (children[i].getData() == null) {
628
				if (children[i].getData() == null) {
629
					virtualLazyUpdateWidget(widget, i);
629
//					virtualLazyUpdateWidget(widget, i);
630
					((TreeItem)children[i]).clearAll(true);
630
				}
631
				}
631
			}
632
			}
632
			return;
633
			return;

Return to bug 305739