[orca] Eliminate double-presentation of table info during structural navigation
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Eliminate double-presentation of table info during structural navigation
- Date: Thu, 16 May 2019 10:30:09 +0000 (UTC)
commit 7c9b760e226ead2255aa198b4241c7149d32b2bf
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Thu May 16 12:29:39 2019 +0200
Eliminate double-presentation of table info during structural navigation
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 9190af970..b23f5cfc1 100644
--- a/src/orca/structural_navigation.py
+++ b/src/orca/structural_navigation.py
@@ -2847,7 +2847,7 @@ class StructuralNavigation:
debug.println(debug.LEVEL_INFO, msg)
self.lastTableCell = [0, 0]
- self._presentObject(cell, 0)
+ self._presentObject(cell, 0, includeContext=False)
[cell, characterOffset] = self._getCaretPosition(cell)
self._setCaretPosition(cell, characterOffset)
else:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]