mirror of
https://github.com/atom/atom.git
synced 2026-02-09 14:15:24 -05:00
Rename updateAppearance to updateDisplay
This commit is contained in:
@@ -673,11 +673,11 @@ class Editor extends View
|
||||
|
||||
updateCursorViews: ->
|
||||
for cursorView in @getCursorViews()
|
||||
cursorView.updateAppearance()
|
||||
cursorView.updateDisplay()
|
||||
|
||||
updateSelectionViews: ->
|
||||
for selectionView in @getSelectionViews()
|
||||
selectionView.updateAppearance()
|
||||
selectionView.updateDisplay()
|
||||
|
||||
syncCursorAnimations: ->
|
||||
for cursorView in @getCursorViews()
|
||||
|
||||
Reference in New Issue
Block a user