Update label on `.show()`

fsp_feeds
Tyler Goodlet 2021-09-10 11:33:58 -04:00
parent e1efb0943b
commit 4e1bac0071
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ class Label:
def show(self) -> None:
self.txt.show()
self.txt.update()
def hide(self) -> None:
self.txt.hide()