diff --git a/src/text-editor-presenter.coffee b/src/text-editor-presenter.coffee index bd3ea0ad4..39686fcf8 100644 --- a/src/text-editor-presenter.coffee +++ b/src/text-editor-presenter.coffee @@ -414,7 +414,13 @@ class TextEditorPresenter getCursorBlinkResumeDelay: -> @cursorBlinkResumeDelay hasRequiredMeasurements: -> - @lineHeight? and @baseCharacterWidth? and @getHeight()? and @scrollTop? and @contentFrameWidth? and @scrollLeft? + @lineHeight? and + @baseCharacterWidth? and + @scrollTop? and + @contentFrameWidth? and + @scrollLeft? and + @verticalScrollbarWidth? and + @horizontalScrollbarHeight? setScrollTop: (scrollTop) -> unless @scrollTop is scrollTop