mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Merge branch 'master' into global-find
Conflicts: spec/app/editor-spec.coffee
This commit is contained in:
@@ -659,7 +659,7 @@ class Editor extends View
|
||||
if width > @scrollView.width()
|
||||
@renderedLines.width(width)
|
||||
else
|
||||
@renderedLines.width(@scrollView.width())
|
||||
@renderedLines.width("inherit")
|
||||
|
||||
handleScrollHeightChange: ->
|
||||
scrollHeight = @lineHeight * @screenLineCount()
|
||||
|
||||
Reference in New Issue
Block a user