Skip to content

Commit

Permalink
Merge pull request #989 from annie-xd-wang/plot-waveforms
Browse files Browse the repository at this point in the history
plot waveforms
  • Loading branch information
AdvancedImagingUTSW authored Sep 13, 2024
2 parents 27ddaf5 + 5205033 commit 12b2b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigate/controller/sub_controllers/waveform_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def plot_waveforms(self, event):

if (
self.view.is_docked
and parent_notebook.tab(current_tab, "text") != "Waveform Settings"
and parent_notebook.tab(current_tab, "text") != "Waveforms"
):
return
self.view.plot_etl.clear()
Expand Down

0 comments on commit 12b2b14

Please sign in to comment.