From bce4c77cd444741d4fbfe2300a6d57ca7390e2e7 Mon Sep 17 00:00:00 2001 From: Felix Pankratz Date: Sat, 18 May 2024 14:28:31 +0200 Subject: [PATCH] Board focusable --- BingoBoard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/BingoBoard.py b/BingoBoard.py index f285c9a..e1a60fe 100644 --- a/BingoBoard.py +++ b/BingoBoard.py @@ -14,6 +14,7 @@ class BingoBoard(Widget): def __init__(self) -> None: self.fieldstate = [False for _ in range(25)] + self.can_focus = True super().__init__() self.fields = [ 'Deko aufgehängt',