WIP: making folded lines look better

This commit is contained in:
Corey Johnson
2012-07-06 11:19:19 -07:00
parent 569359b687
commit 0e4f156cb0
2 changed files with 3 additions and 5 deletions

View File

@@ -650,7 +650,7 @@ class Editor extends View
@renderedLines.css('padding-bottom', heightOfRenderedLines)
adjustWidthOfRenderedLines: ->
@renderedLines.width(@charWidth * @maxScreenLineLength())
# @renderedLines.width(@charWidth * @maxScreenLineLength())
handleScrollHeightChange: ->
scrollHeight = @lineHeight * @screenLineCount()