Disable DCP panel stuff which cannot be altered when a DCP is being referenced.
[dcpomatic.git] / src / wx / dcp_panel.h
index a6fab5d050b10cd027eebde390707b43cacb04e0..b8a67b2f5613c8acae69632749ecb1260060c394 100644 (file)
@@ -33,8 +33,8 @@ class wxSpinCtrl;
 class wxSizer;
 
 class AudioDialog;
-
 class Film;
+class Ratio;
 
 class DCPPanel : public boost::noncopyable
 {
@@ -79,7 +79,6 @@ private:
        void setup_frame_rate_widget ();
        void setup_container ();
        void setup_dcp_name ();
-       void setup_audio_channels_choice ();
 
        int minimum_allowed_audio_channels () const;
 
@@ -89,6 +88,8 @@ private:
 
        void config_changed ();
 
+       void setup_sensitivity ();
+
        wxPanel* _panel;
        wxNotebook* _notebook;
        wxBoxSizer* _sizer;