We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09f7dec commit 3dbd960Copy full SHA for 3dbd960
ICSharpCode.AvalonEdit/Editing/TextAreaAutomationPeer.cs
@@ -117,7 +117,7 @@ public override object GetPattern(PatternInterface patternInterface)
117
if (editor != null) {
118
var fromElement = FromElement(editor);
119
if (fromElement != null)
120
- fromElement.GetPattern(patternInterface);
+ return fromElement.GetPattern(patternInterface);
121
}
122
123
return base.GetPattern(patternInterface);
0 commit comments