mirror of
https://github.com/atom/atom.git
synced 2026-02-09 06:05:11 -05:00
Revert "WIP: making folded lines look better"
This reverts commit 0e4f156cb0.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user