Board focusable
This commit is contained in:
parent
9decef3226
commit
bce4c77cd4
@ -14,6 +14,7 @@ class BingoBoard(Widget):
|
|||||||
|
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
self.fieldstate = [False for _ in range(25)]
|
self.fieldstate = [False for _ in range(25)]
|
||||||
|
self.can_focus = True
|
||||||
super().__init__()
|
super().__init__()
|
||||||
self.fields = [
|
self.fields = [
|
||||||
'Deko aufgehängt',
|
'Deko aufgehängt',
|
||||||
|
Loading…
Reference in New Issue
Block a user