[orca] No not present the locusOfFocus change to Calc cells when editing



commit e97cafc2c28a34a3b41ceebc6babd64315cde625
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri Jan 31 11:31:49 2014 -0500

    No not present the locusOfFocus change to Calc cells when editing

 src/orca/scripts/apps/soffice/script.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/scripts/apps/soffice/script.py b/src/orca/scripts/apps/soffice/script.py
index 834427d..f10458a 100644
--- a/src/orca/scripts/apps/soffice/script.py
+++ b/src/orca/scripts/apps/soffice/script.py
@@ -930,7 +930,7 @@ class Script(default.Script):
             return
 
         if self.utilities.isCellBeingEdited(event.source):
-            orca.setLocusOfFocus(event, event.source.parent)
+            orca.setLocusOfFocus(event, event.source.parent, False)
 
         # The lists and combo boxes in the Formatting toolbar emit
         # object:active-descendant-changed events which cause us


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]