Fixed broken flat review.

This commit is contained in:
Storm Dragon
2025-12-27 19:34:27 -05:00
parent af2b76e971
commit a9b4176672

View File

@@ -674,6 +674,7 @@ class Context:
# TODO - JD: This whole thing is pretty hacky. Either do it
# right or nuke it.
extents = self._ensureRect(extents)
indicatorExtents = [extents.x, extents.y, 1, extents.height]
role = AXObject.get_role(accessible)
if role == Atspi.Role.TOGGLE_BUTTON: