summaryrefslogtreecommitdiff
path: root/src/wx/audio_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-07-29 22:30:38 +0200
committerCarl Hetherington <cth@carlh.net>2020-07-29 20:38:50 +0000
commitf9f0aa34954ca78983aa0057b594c64cf009c7de (patch)
tree05b56f15dceb9a4d1b3770b520f4b5112eef741d /src/wx/audio_dialog.h
parent5351a0970c7951190b4e518967040ad3caed70d6 (diff)
Don't display all possible channel checkboxes while the analysisv2.14.35
is running as clicking the higher ones will cause an assertion failure. Cherry-picked from 4b5e05b9845d609524328a88a81011b364e03a8a in v2.15.x.
Diffstat (limited to 'src/wx/audio_dialog.h')
-rw-r--r--src/wx/audio_dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/audio_dialog.h b/src/wx/audio_dialog.h
index 38f474afd..70c5f4c50 100644
--- a/src/wx/audio_dialog.h
+++ b/src/wx/audio_dialog.h
@@ -46,6 +46,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;