diff --git a/sohstationviewer/view/select_channels_to_show_dialog.py b/sohstationviewer/view/select_channels_to_show_dialog.py index 397f26ed679a87d4ba194742a193eef2cbf5b5f3..52afb6fcf5a9b80bce46f4247e7314dde8b4207f 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