提交 cbaa7a97 编写于 作者: A Alex Dima

Fixes #22621: Secondary cursors are also 2px wide

上级 0440a86b
...@@ -145,7 +145,7 @@ export class ViewCursor { ...@@ -145,7 +145,7 @@ export class ViewCursor {
} }
let width: number; let width: number;
if (this._cursorStyle === TextEditorCursorStyle.Line) { if (this._cursorStyle === TextEditorCursorStyle.Line) {
width = this._isSecondary ? 1 : 2; width = 2;
} else { } else {
width = 1; width = 1;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册