X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fvideo_panel.h;h=2ecf3c87f449135756c21e280c439cc63abeb6ce;hb=a1b0ed4ac0753b420ce8ab8467165e220bdb4b05;hp=62332a0520ae13c8985638c26f22a4e5f6eefcf1;hpb=74a8d26a8907c6e00e29f054178a3425f44e38ed;p=dcpomatic.git diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 62332a052..2ecf3c87f 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -41,10 +41,9 @@ private: void edit_filters_clicked (); void ratio_changed (); void frame_type_changed (); - void colour_conversion_changed (); + void edit_colour_conversion_clicked (); void setup_description (); - void setup_colour_conversions (); wxChoice* _frame_type; wxSpinCtrl* _left_crop; @@ -56,5 +55,6 @@ private: wxStaticText* _description; wxStaticText* _filters; wxButton* _filters_button; - wxChoice* _colour_conversion; + wxStaticText* _colour_conversion; + wxButton* _colour_conversion_button; };