mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Refresh scrollbars when no stylesheet is specified
This commit is contained in:
@@ -712,7 +712,7 @@ EditorComponent = React.createClass
|
||||
return unless @performedInitialMeasurement
|
||||
return unless atom.themes.isInitialLoadComplete()
|
||||
|
||||
@refreshScrollbars() if @containsScrollbarSelector(stylesheet)
|
||||
@refreshScrollbars() if not stylesheet or @containsScrollbarSelector(stylesheet)
|
||||
@sampleFontStyling()
|
||||
@sampleBackgroundColors()
|
||||
@remeasureCharacterWidths()
|
||||
|
||||
Reference in New Issue
Block a user