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',