Fixed toggler button highlight order

This commit is contained in:
itdominator 2021-12-12 00:38:26 -06:00
parent ae60d51481
commit a8f4a7c83a
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ class WindowMixin(TabMixin):
object = self.builder.get_object(f"tggl_notebook_{i}")
views = value[0]["window"]["views"]
self.window_controller.create_window()
object.set_active(True)
for view in views:
self.create_new_view_notebook(None, i, view)