Skip to content

Commit 68a9b5c

Browse files
Merge edab5b0 into 9987853
2 parents 9987853 + edab5b0 commit 68a9b5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/cursorManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _caretMovementScriptHelper(self,gesture,unit,direction=None,posConstant=text
145145
info.expand(unit)
146146
if not willSayAllResume(gesture): speech.speakTextInfo(info,unit=unit,reason=controlTypes.REASON_CARET)
147147
if not oldInfo.isCollapsed:
148-
speech.speakSelectionChange(oldInfo,self.selection)
148+
speech.speakSelectionChange(oldInfo,selection)
149149
self.selection = selection
150150

151151
def doFindText(self,text,reverse=False,caseSensitive=False):

0 commit comments

Comments
 (0)