This commit is contained in:
Kovid Goyal 2016-02-17 11:04:23 +05:30
parent 19016e0c05
commit c239646375

View File

@ -124,6 +124,7 @@ class UI:
pass
def apply_state(self):
window.scrollTo(0, 0)
state = self.panel_map[self.current_panel]
self.top_bar.apply_state(state.top_bar_state.left_state, state.top_bar_state.buttons)
if self.current_panel == self.ROOT_PANEL: