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 369470 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/swt/widgets/Tree.java (-1 / +1 lines)
Lines 2301-2307 Link Here
2301
    }
2301
    }
2302
2302
2303
    public int getTextMaxWidth( int index ) {
2303
    public int getTextMaxWidth( int index ) {
2304
      return getTextWidth( index );
2304
      return getTextWidth( index ) - getCellPadding().width;
2305
    }
2305
    }
2306
2306
2307
    public int getCheckWidth() {
2307
    public int getCheckWidth() {

Return to bug 369470