Revert "WIP: making folded lines look better"

This reverts commit 0e4f156cb0.
This commit is contained in:
Corey Johnson & Nathan Sobo
2012-07-06 12:36:50 -07:00
parent 5281a47023
commit fca74ee925
2 changed files with 5 additions and 3 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()