|
From: <oa...@us...> - 2014-02-09 15:28:03
|
Revision: 467
http://sourceforge.net/p/latex-access/code/467
Author: oaron
Date: 2014-02-09 15:27:59 +0000 (Sun, 09 Feb 2014)
Log Message:
-----------
Fixed a bug in NVDA plugin. In NVDA, number of _caretScriptPostMovedHelper's parameters are changed.
Modified Paths:
--------------
nvda/latex_access.py
Modified: nvda/latex_access.py
===================================================================
--- nvda/latex_access.py 2014-02-02 18:32:38 UTC (rev 466)
+++ nvda/latex_access.py 2014-02-09 15:27:59 UTC (rev 467)
@@ -57,7 +57,7 @@
row = None
column = None
- def _caretScriptPostMovedHelper(self, speakUnit, info = None):
+ def _caretScriptPostMovedHelper(self, speakUnit, gesture, info = None):
"""
This method ensures that LaTeX translation occurs when the system caret moves, and also makes sure that normal behaviour occurs when l{processMaths} is off.
"""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|