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

Collapse All | Expand All

(-)js/org/eclipse/swt/widgets/Table.js (+1 lines)
Lines 136-141 Link Here
136
    var widgetManager = org.eclipse.swt.WidgetManager.getInstance();
136
    var widgetManager = org.eclipse.swt.WidgetManager.getInstance();
137
    widgetManager.add( this._clientArea, id + "_clientArea", false );
137
    widgetManager.add( this._clientArea, id + "_clientArea", false );
138
    this.add( this._clientArea );
138
    this.add( this._clientArea );
139
    qx.ui.core.Widget.disableScrolling( this );
139
  },
140
  },
140
141
141
  destruct : function() {
142
  destruct : function() {

Return to bug 279460