[orca/gnome-3-10] Fix for bug 708664 - Selection and link indicators messing up braille
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/gnome-3-10] Fix for bug 708664 - Selection and link indicators messing up braille
- Date: Wed, 12 Mar 2014 12:27:03 +0000 (UTC)
commit 83e86d77e05cdcba229cd120b7469fcf357f2738
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Tue Feb 4 09:58:36 2014 -0500
Fix for bug 708664 - Selection and link indicators messing up braille
src/orca/braille.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/orca/braille.py b/src/orca/braille.py
index 7da3c48..2a0c3bf 100644
--- a/src/orca/braille.py
+++ b/src/orca/braille.py
@@ -1331,7 +1331,7 @@ def refresh(panToCursor=True,
#writeStruct.attrOr = myUnderline
if attributeMask:
- writeStruct.attrOr = bytes(attributeMask[startPos:endPos], 'UTF-8')
+ writeStruct.attrOr = attributeMask[startPos:endPos]
if not _brlAPIRunning:
init(_callback, settings.tty)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]