Skip to content

Commit

Permalink
Merge pull request #115 from ahmetsait/caret-line-highlight
Browse files Browse the repository at this point in the history
Fix `CaretLineVisible` default value
  • Loading branch information
desjarlais authored Apr 19, 2024
2 parents 7b0357f + 88328e5 commit a1e20db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/Scintilla.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4092,7 +4092,7 @@ public int CaretLineFrame
/// Gets or sets whether the caret line is visible (highlighted).
/// </summary>
/// <returns>true if the caret line is visible; otherwise, false. The default is false.</returns>
[DefaultValue(false)]
[DefaultValue(true)]
[Category("Caret")]
[Description("Determines whether to highlight the current caret line.")]
public bool CaretLineVisible
Expand Down

0 comments on commit a1e20db

Please sign in to comment.