comma four: reset WiFi SSID scroll on show (#36861)

reset scroll
This commit is contained in:
Shane Smiskol
2025-12-13 01:50:55 -08:00
committed by GitHub
parent f4dea7977b
commit 7a324fc377
+4
View File
@@ -285,6 +285,10 @@ class BigDialogOptionButton(Widget):
font_weight=FontWeight.DISPLAY_REGULAR, alignment_vertical=rl.GuiTextAlignmentVertical.TEXT_ALIGN_MIDDLE,
scroll=True)
def show_event(self):
super().show_event()
self._label.reset_scroll()
def set_selected(self, selected: bool):
self._selected = selected