diff --git a/Shared/Scintilla.cs b/Shared/Scintilla.cs index ab77780..0ae27a5 100644 --- a/Shared/Scintilla.cs +++ b/Shared/Scintilla.cs @@ -4092,7 +4092,7 @@ public int CaretLineFrame /// Gets or sets whether the caret line is visible (highlighted). /// /// true if the caret line is visible; otherwise, false. The default is false. - [DefaultValue(false)] + [DefaultValue(true)] [Category("Caret")] [Description("Determines whether to highlight the current caret line.")] public bool CaretLineVisible