diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-29 22:30:38 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-29 22:30:38 +0200 |
| commit | 4b5e05b9845d609524328a88a81011b364e03a8a (patch) | |
| tree | 02c6af65171dedea7dd825d58cf55fe9e129b878 /src/wx/audio_dialog.h | |
| parent | 6b1d9adcf6e75fc8e441b61108a2169bda6a6094 (diff) | |
Don't display all possible channel checkboxes while the analysisv2.15.94
is running as clicking the higher ones will cause an assertion
failure.
Diffstat (limited to 'src/wx/audio_dialog.h')
| -rw-r--r-- | src/wx/audio_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h index e5625d415..8f7151b1b 100644 --- a/src/wx/audio_dialog.h +++ b/src/wx/audio_dialog.h @@ -50,6 +50,7 @@ private: void try_to_load_analysis (); void analysis_finished (); void setup_statistics (); + void show_or_hide_channel_checkboxes (); boost::shared_ptr<AudioAnalysis> _analysis; boost::weak_ptr<Film> _film; |
