Skip to content

Commit

Permalink
Fix for #12234 (#12236)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszgo1 authored Mar 29, 2021
1 parent d9ccf26 commit e1a937f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/virtualBuffers/gecko_ia2.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ def _iterIdsToTryWithAccChild(cls, obj):
yield accId

def __contains__(self,obj):
if not (
(
if (
not (
isinstance(obj, NVDAObjects.IAccessible.IAccessible)
and isinstance(obj.IAccessibleObject, IA2.IAccessible2)
)
Expand Down

0 comments on commit e1a937f

Please sign in to comment.