From a9b4176672513363d7d96e472190df525a06efcc Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 27 Dec 2025 19:34:27 -0500 Subject: [PATCH] Fixed broken flat review. --- src/cthulhu/flat_review.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cthulhu/flat_review.py b/src/cthulhu/flat_review.py index 4fddc25..effc082 100644 --- a/src/cthulhu/flat_review.py +++ b/src/cthulhu/flat_review.py @@ -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: