comma four: fix WiFi panel not starting at the top (#36859)

* fix

* fix
This commit is contained in:
Shane Smiskol
2025-12-13 01:39:45 -08:00
committed by GitHub
parent 3206784dd8
commit 350dc6a50f

View File

@@ -246,7 +246,7 @@ class Scroller(Widget):
def show_event(self):
super().show_event()
if self._reset_scroll_at_show:
self.scroll_to(self.scroll_panel.get_offset())
self.scroll_panel.set_offset(0.0)
for item in self._items:
item.show_event()