diff --git a/src/editor-component.coffee b/src/editor-component.coffee index 1f285f35c..51a5d21f4 100644 --- a/src/editor-component.coffee +++ b/src/editor-component.coffee @@ -679,6 +679,7 @@ EditorComponent = React.createClass onStylesheetsChanged: (stylesheet) -> @refreshScrollbars() if @containsScrollbarSelector(stylesheet) + @sampleBackgroundColors() @remeasureCharacterWidthsIfVisibleAfterNextUpdate = true @requestUpdate() if @visible