diff --git a/source/browseMode.py b/source/browseMode.py index 005689f75a6..9f29f8f8837 100644 --- a/source/browseMode.py +++ b/source/browseMode.py @@ -503,7 +503,7 @@ def iterFactory(direction: str, pos: textInfos.TextInfo) -> Generator[TextInfoQu elif itemType == "verticalParagraph": def paragraphFunc(info: textInfos.TextInfo) -> int | None: try: - return info.pointAtStart.x + return info.NVDAObjectAtStart.location[0] except AttributeError: return None