Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofdusk committed May 13, 2021
1 parent a359922 commit 918ffed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/NVDAObjects/UIA/winConsoleUIA.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def _get_isImprovedTextRangeAvailable(self):
# Therefore, if exactly one range is returned, it is almost definitely a newer console.
return self.UIATextPattern.GetVisibleRanges().length == 1

def _get_ConsoleUIATextInfo(self):
def _get_TextInfo(self):
"""Overriding _get_ConsoleUIATextInfo and thus the ConsoleUIATextInfo property
on NVDAObjects.UIA.UIA
ConsoleUIATextInfo bounds review to the visible text.
Expand Down Expand Up @@ -394,5 +394,5 @@ def findExtraOverlayClasses(obj, clsList):


class WinTerminalUIA(EnhancedTermTypedCharSupport):
def _getConsoleUIATextInfo(self):
def _get_TextInfo(self):
return ConsoleUIATextInfo

0 comments on commit 918ffed

Please sign in to comment.