Skip to content

Commit

Permalink
Merge pull request #63594 from JeffreyCA/smooth-caret-fix
Browse files Browse the repository at this point in the history
Apply smooth caret setting immediately after setting change
  • Loading branch information
alexdima committed Nov 23, 2018
2 parents 63f9e09 + a6a968b commit 719a2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/vs/editor/browser/viewParts/viewCursors/viewCursors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export class ViewCursors extends ViewPart {
if (e.viewInfo) {
this._cursorBlinking = this._context.configuration.editor.viewInfo.cursorBlinking;
this._cursorStyle = this._context.configuration.editor.viewInfo.cursorStyle;
this._cursorSmoothCaretAnimation = this._context.configuration.editor.viewInfo.cursorSmoothCaretAnimation;
}

this._primaryCursor.onConfigurationChanged(e);
Expand Down

0 comments on commit 719a2e8

Please sign in to comment.