Skip to content

Commit

Permalink
More error fixes, except for f405
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonarddeR committed Aug 2, 2019
1 parent ab80d9f commit 471c27f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
10 changes: 5 additions & 5 deletions source/UIAHandler.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# UIAHandler.py
# A part of NonVisual Desktop Access (NVDA)
# Copyright (C) 2008-2018 NV Access Limited, Joseph Lee
# This file is covered by the GNU General Public License.
# See the file COPYING for more details.
#UIAHandler.py
#A part of NonVisual Desktop Access (NVDA)
#Copyright (C) 2008-2018 NV Access Limited, Joseph Lee
#This file is covered by the GNU General Public License.
#See the file COPYING for more details.

from comtypes import COMError
import config
Expand Down
13 changes: 6 additions & 7 deletions source/_UIAHandler.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#_UIAHandler.py
#A part of NonVisual Desktop Access (NVDA)
#Copyright (C) 2011-2019 NV Access Limited, Joseph Lee, Babbage B.V., Leonard de Ruijter
#This file is covered by the GNU General Public License.
#See the file COPYING for more details.
# _UIAHandler.py
# A part of NonVisual Desktop Access (NVDA)
# Copyright (C) 2011-2019 NV Access Limited, Joseph Lee, Babbage B.V., Leonard de Ruijter
# This file is covered by the GNU General Public License.
# See the file COPYING for more details.

from ctypes import *
from ctypes.wintypes import *
Expand Down Expand Up @@ -155,8 +155,7 @@
if winVersion.isWin10():
UIAEventIdsToNVDAEventNames.update({
UIA_Text_TextChangedEventId: "textChange",
UIA_Text_TextSelectionChangedEventId: "caret",
})
UIA_Text_TextSelectionChangedEventId: "caret", })
autoSelectDetectionAvailable = True

ignoreWinEventsMap = {
Expand Down

0 comments on commit 471c27f

Please sign in to comment.