mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-18 20:03:53 +08:00
comma four: fix WiFi panel not starting at the top (#36859)
* fix * fix
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user