Re-add show audio button and analyse just that content when it is clicked.
[dcpomatic.git] / src / wx / video_panel.h
index 9c496c4ee3a4d08b6b9a56bbfb45c39995f8f2d3..d90612fdda0fe7d8a37118e5d4998682c877f3aa 100644 (file)
@@ -45,7 +45,7 @@ public:
 
 private:
        void edit_filters_clicked ();
-       void enable_colour_conversion_clicked ();
+       void colour_conversion_changed ();
        void edit_colour_conversion_clicked ();
        void fade_in_changed ();
        void fade_out_changed ();
@@ -63,7 +63,6 @@ private:
        wxStaticText* _description;
        wxStaticText* _filters;
        wxButton* _filters_button;
-       wxCheckBox* _enable_colour_conversion;
-       wxStaticText* _colour_conversion;
-       wxButton* _colour_conversion_button;
+       wxChoice* _colour_conversion;
+       wxButton* _edit_colour_conversion_button;
 };