Skip to content

Commit 3dbd960

Browse files
committed
Fixing merge issue
1 parent 09f7dec commit 3dbd960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ICSharpCode.AvalonEdit/Editing/TextAreaAutomationPeer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public override object GetPattern(PatternInterface patternInterface)
117117
if (editor != null) {
118118
var fromElement = FromElement(editor);
119119
if (fromElement != null)
120-
fromElement.GetPattern(patternInterface);
120+
return fromElement.GetPattern(patternInterface);
121121
}
122122
}
123123
return base.GetPattern(patternInterface);

0 commit comments

Comments
 (0)