Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofdusk committed Oct 14, 2020
1 parent 333d9ee commit aa1238e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/NVDAObjects/UIA/winConsoleUIA.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def _get_TextInfo(self):

def _getTextLines(self):
if self.is21H1Plus:
# #11722: the 21H1 UIA console wraps across lines.
# #11760: the 21H1 UIA console wraps across lines.
# When text wraps, NVDA starts reading from the beginning of the visible text for every new line of output.
# Use the superclass _getTextLines instead.
return super()._getTextLines()
Expand Down

0 comments on commit aa1238e

Please sign in to comment.