Skip to content

Commit bdc14b2

Browse files
committed
fix(ui): fix view order when switching comparison type
1 parent 0283386 commit bdc14b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/e3sm_compareview/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ def _on_comparison_type_change(self, **_):
631631
):
632632
return
633633

634+
self.view_manager.reset_view_orders(self.selected_variables)
634635
self._rebuild_active_layout(update_color=True)
635636

636637
@change("comparison_mode")

0 commit comments

Comments
 (0)