mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
💄
This commit is contained in:
@@ -746,7 +746,7 @@ class Editor extends View
|
||||
styleTag = $$ -> @style class: 'font-size'
|
||||
headTag.append styleTag
|
||||
|
||||
styleTag.text(".editor {font-size: #{fontSize}px}")
|
||||
styleTag.text(".editor {font-size: #{fontSize}pt}")
|
||||
|
||||
if @isOnDom()
|
||||
@redraw()
|
||||
@@ -1362,8 +1362,6 @@ class Editor extends View
|
||||
lines.push "#{firstRenderedScreenRow + n}: #{$(this).text()}"
|
||||
lines.join('\n')
|
||||
|
||||
logScreenLines: (start, end) ->
|
||||
@activeEditSession.logScreenLines(start, end)
|
||||
|
||||
logRenderedLines: ->
|
||||
@renderedLines.find('.line').each (n) ->
|
||||
|
||||
Reference in New Issue
Block a user