summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-05-26 09:53:55 +0200
committerCarl Hetherington <cth@carlh.net>2022-05-26 09:53:55 +0200
commitb6fb82e5df5551497b823f20a75c7ff94ffd1b3e (patch)
tree28f03093cb5e61c8156b0168332ca2ce574fab42 /src/wx/dcp_panel.h
parentfb0e2ead59a442700c671270c7d57b5bffeaeab3 (diff)
Hide audio sample rate option in DCP panel unless the advanced option is enabled.
Diffstat (limited to 'src/wx/dcp_panel.h')
-rw-r--r--src/wx/dcp_panel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h
index 2e7555487..37bc20aa3 100644
--- a/src/wx/dcp_panel.h
+++ b/src/wx/dcp_panel.h
@@ -137,8 +137,8 @@ private:
wxSizer* _frame_rate_sizer;
wxStaticText* _channels_label;
wxChoice* _audio_channels;
- wxStaticText* _audio_sample_rate_label;
- wxChoice* _audio_sample_rate;
+ wxStaticText* _audio_sample_rate_label = nullptr;
+ wxChoice* _audio_sample_rate = nullptr;
wxStaticText* _processor_label;
wxChoice* _audio_processor;
wxButton* _show_audio;