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 309346
Collapse All | Expand All

(-)src/org/eclipse/swt/widgets/TreeItem.java (-1 / +3 lines)
Lines 1120-1126 Link Here
1120
    if( parent.getColumnCount() == 0 ) {
1120
    if( parent.getColumnCount() == 0 ) {
1121
      parent.updateScrollBars();
1121
      parent.updateScrollBars();
1122
    }
1122
    }
1123
    // if((parent.style & SWT.VIRTUAL) != 0) cached = true;
1123
    if( ( parent.style & SWT.VIRTUAL) != 0 ) {
1124
      cached = true;
1125
    }
1124
  }
1126
  }
1125
1127
1126
  /**
1128
  /**

Return to bug 309346