diff --git a/source/NVDAObjects/UIA/winConsoleUIA.py b/source/NVDAObjects/UIA/winConsoleUIA.py index 7a293af5ccc..cae4c4f8417 100644 --- a/source/NVDAObjects/UIA/winConsoleUIA.py +++ b/source/NVDAObjects/UIA/winConsoleUIA.py @@ -34,7 +34,7 @@ def collapse(self,end=False): # textRange back one character. # Correct this by bringing the start back up to where the end is. oldInfo=self.copy() - super(consoleUIATextInfo,self).collapse() + super(consoleUIATextInfo,self).collapse(end=end) if not end: self._rangeObj.MoveEndpointByRange( UIAHandler.TextPatternRangeEndpoint_Start,