Optimise opening of colour conversion editor slightly.
[dcpomatic.git] / src / wx / colour_conversion_editor.h
index 918f2a7d06804d7f500c49ac8ef3c3a3a1707e14..f1186aa2a8a2693fbec5de744c79e2cd7b1607ca 100644 (file)
@@ -49,6 +49,7 @@ private:
        void set_spin_ctrl (wxSpinCtrlDouble *, double);
 
        std::map<wxSpinCtrlDouble*, double> _last_spin_ctrl_value;
+       bool _ignore_chromaticity_changed;
 
        wxSpinCtrlDouble* _input_gamma;
        wxSpinCtrlDouble* _input_power;