Merge branch 'master' into global-find

Conflicts:
	spec/app/editor-spec.coffee
This commit is contained in:
Corey Johnson
2012-07-16 09:16:07 -07:00
3 changed files with 14 additions and 10 deletions

View File

@@ -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()