mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Fixed text staying on screen
This commit is contained in:
parent
00b94dc669
commit
b65375e482
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class LanguageSelector:
|
|||
text_shadow=(0, 0, 0, 1), command=self.destroy)
|
||||
|
||||
def destroy(self):
|
||||
for element in [self.background, self.title, self.current, self.available, self.english, self.french, self.backButton, self.confirmDialog]:
|
||||
for element in [self.background, self.title, self.current, self.available, self.english, self.french, self.portuguese, self.german, self.backButton, self.confirmDialog]:
|
||||
if element:
|
||||
element.destroy()
|
||||
element = None
|
||||
|
|
Loading…
Reference in a new issue