From d03220591ecf517acb85bfc195eed5fb59c65da9 Mon Sep 17 00:00:00 2001 From: ldam <ldam@passcal.nmt.edu> Date: Thu, 7 Mar 2024 16:44:14 -0700 Subject: [PATCH] rename method channel_list_widget_to_plotting_data() to apply_selection_to_plotting_data_channel_visible() --- sohstationviewer/view/select_channels_to_show_dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sohstationviewer/view/select_channels_to_show_dialog.py b/sohstationviewer/view/select_channels_to_show_dialog.py index 397f26ed6..52afb6fcf 100644 --- a/sohstationviewer/view/select_channels_to_show_dialog.py +++ b/sohstationviewer/view/select_channels_to_show_dialog.py @@ -102,7 +102,7 @@ class SelectChanelsToShowDialog(QDialog): self.apply_btn.clicked.connect(self.apply) @staticmethod - def channel_list_widget_to_plotting_data( + def apply_selection_to_plotting_data_channel_visible( channel_list_widget, plotting_data): """ Set show value according to channel checkboxes' check state -- GitLab