1
0
This commit is contained in:
ThomasV
2020-12-04 21:45:33 +01:00
parent e4d1997e3e
commit 8aecbca11c

View File

@@ -303,7 +303,7 @@ Builder.load_string('''
width: self.texture_size[0]
height: '30dp'
on_release:
self.parent.new_word(self.text)
if self.parent: self.parent.new_word(self.text)
<SeedButton@Button>: