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

(-)js/org/eclipse/swt/widgets/Table.js (+4 lines)
Lines 320-325 Link Here
320
      this._clientArea.setBackgroundColor( color );
320
      this._clientArea.setBackgroundColor( color );
321
    },
321
    },
322
322
323
    setBackgroundImage : function( image ) {
324
      this._clientArea.setBackgroundImage( image );
325
    },
326
323
    resetBackgroundColor : function() {
327
    resetBackgroundColor : function() {
324
      this._clientArea.resetBackgroundColor();
328
      this._clientArea.resetBackgroundColor();
325
    },
329
    },

Return to bug 280953