Skip to content

Commit eb96892

Browse files
Alexander ShutovReshetnikov_AS
authored andcommitted
Method LinkIsClickable has become a virtual.
1 parent 701d78d commit eb96892

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ICSharpCode.AvalonEdit/Rendering/VisualLineLinkText.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public override TextRun CreateTextRun(int startVisualColumn, ITextRunConstructio
7474
/// </summary>
7575
/// <remarks>Returns true when control is pressed; or when
7676
/// <see cref="RequireControlModifierForClick"/> is disabled.</remarks>
77-
protected bool LinkIsClickable()
77+
protected virtual bool LinkIsClickable()
7878
{
7979
if (NavigateUri == null)
8080
return false;

0 commit comments

Comments
 (0)