diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-22 13:44:30 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-22 13:44:30 +0000 |
| commit | a8e30a77bdd434ea2cdd81407f4ea75664fdce93 (patch) | |
| tree | fb088bb1105da6822df8a8e66d4b9b23cbc0cb2c /src/wx/colour_conversion_editor.h | |
| parent | e885dd4272448b7bf0e54d9b149f54b53bede229 (diff) | |
Another attempt to fix glitches in the colour conversion dialog
on OS X.
Reported-by: Adam Colt
Diffstat (limited to 'src/wx/colour_conversion_editor.h')
| -rw-r--r-- | src/wx/colour_conversion_editor.h | 5 |
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; |
