Skip to content

Commit 4a8c35b

Browse files
authored
Merge cd0043c into 856adec
2 parents 856adec + cd0043c commit 4a8c35b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/browseMode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ def event_treeInterceptor_gainFocus(self):
12771277

12781278
if not self.passThrough:
12791279
if doSayAll:
1280-
speech.speakObjectProperties(self.rootNVDAObject, name=True, states=True, reason=OutputReason.Focus)
1280+
speech.speakObjectProperties(self.rootNVDAObject, name=True, states=True, reason=OutputReason.FOCUS)
12811281
sayAllHandler.readText(sayAllHandler.CURSOR_CARET)
12821282
else:
12831283
# Speak it like we would speak focus on any other document object.

0 commit comments

Comments
 (0)