From f9f0aa34954ca78983aa0057b594c64cf009c7de Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 29 Jul 2020 22:30:38 +0200 Subject: Don't display all possible channel checkboxes while the analysis is running as clicking the higher ones will cause an assertion failure. Cherry-picked from 4b5e05b9845d609524328a88a81011b364e03a8a in v2.15.x. --- src/wx/audio_dialog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wx/audio_dialog.h') 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 _analysis; boost::weak_ptr _film; -- cgit v1.2.3