Skip to content

Commit 859031d

Browse files
authored
Update MathCATPreferences.py
Reinstate line deleted in error for continued keyboard event handling
1 parent ef51dc6 commit 859031d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NVDA-addon/addon/globalPlugins/MathCAT/MathCATPreferences.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,4 +228,6 @@ def MathCATPreferencesDialogOnCharHook(self,event):
228228
self.m_listBoxPreferencesTopic.SetFocus()
229229
#jump out so the tab key is not processed
230230
return
231+
#continue handling keyboard event
232+
event.Skip()
231233

0 commit comments

Comments
 (0)