[orca] Restore line-only presentation of landmarks during structural navigation
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Restore line-only presentation of landmarks during structural navigation
- Date: Wed, 24 Apr 2019 17:06:07 +0000 (UTC)
commit 71f4be7cd7d2b7b664abf61898026bbf70708b4b
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Wed Apr 24 13:05:09 2019 -0400
Restore line-only presentation of landmarks during structural navigation
Some landmarks are chatty otherwise
src/orca/structural_navigation.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/orca/structural_navigation.py b/src/orca/structural_navigation.py
index e208a7d08..33b9d7ec8 100644
--- a/src/orca/structural_navigation.py
+++ b/src/orca/structural_navigation.py
@@ -2266,7 +2266,7 @@ class StructuralNavigation:
landmark = obj
[obj, characterOffset] = self._getCaretPosition(obj)
self._setCaretPosition(obj, characterOffset)
- self._presentObject(obj, characterOffset)
+ self._presentLine(obj, characterOffset)
else:
full = messages.NO_LANDMARK_FOUND
brief = messages.STRUCTURAL_NAVIGATION_NOT_FOUND
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]