summaryrefslogtreecommitdiff
path: root/src/wx/colour_conversion_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/colour_conversion_editor.h')
-rw-r--r--src/wx/colour_conversion_editor.h5
1 files changed, 5 insertions, 0 deletions
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<wxSpinCtrlDouble*, double> _last_spin_ctrl_value;
wxSpinCtrlDouble* _input_gamma;
wxCheckBox* _input_gamma_linearised;