This commit is contained in:
Will McGugan
2022-10-08 09:51:21 +01:00
parent 1a1ecb8ac3
commit 81bd68a29c

View File

@@ -126,7 +126,7 @@ class AppTest(App):
widget, region = self.get_widget_at(x, y)
except errors.NoWidget:
return ""
if widget not in self.screen._compositor.regions:
if widget not in self.screen._compositor.visible_widgets:
return ""
x -= region.x