Skip to content

Commit

Permalink
remove unnecessary signals that trigger multiple costly refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Dec 7, 2023
1 parent 9d7952c commit c7a30b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/asammdf/gui/widgets/file.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,6 @@ def __init__(

self.channel_view.currentIndexChanged.connect(partial(self._update_channel_tree, widget=self.channels_tree))
self.filter_view.currentIndexChanged.connect(partial(self._update_channel_tree, widget=self.filter_tree))
self.channel_view.currentTextChanged.connect(partial(self._update_channel_tree, widget=self.channels_tree))
self.filter_view.currentTextChanged.connect(partial(self._update_channel_tree, widget=self.filter_tree))

self.channel_view.setCurrentText(self._settings.value("channels_view", "Internal file structure"))

Expand Down

0 comments on commit c7a30b0

Please sign in to comment.