X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fcolour_conversion_editor.h;h=ed22104e2addef25309d8bd635f5792b8f9f7fef;hb=fe47588e80b35c07fc25b1d9e79bc13b6e439ff0;hp=8567cac22250a9a85d83e9ea1b903be7aaa81563;hpb=2499c41097f8410cb3016e095a85d68979485a7b;p=dcpomatic.git diff --git a/src/wx/colour_conversion_editor.h b/src/wx/colour_conversion_editor.h index 8567cac22..ed22104e2 100644 --- a/src/wx/colour_conversion_editor.h +++ b/src/wx/colour_conversion_editor.h @@ -38,6 +38,11 @@ public: private: void changed (); + void changed (wxSpinCtrlDouble *); + + void set_spin_ctrl (wxSpinCtrlDouble *, double); + + std::map _last_spin_ctrl_value; wxSpinCtrlDouble* _input_gamma; wxCheckBox* _input_gamma_linearised;