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

(-)js/org/eclipse/swt/widgets/ProgressBar.js (-1 / +3 lines)
Lines 224-230 Link Here
224
    },
224
    },
225
225
226
    _onInterval : function() {
226
    _onInterval : function() {
227
      this._renderIndicatorSelection();      
227
      if( this.isSeeable() ) {
228
        this._renderIndicatorSelection();
229
      }      
228
    },
230
    },
229
231
230
    ///////
232
    ///////

Return to bug 301146