Board focusable
This commit is contained in:
parent
9decef3226
commit
bce4c77cd4
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user