diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-05-11 19:51:39 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-05-11 19:51:39 +0200 |
| commit | d4d22f4e32b71dc25a5f80b818061a951646d763 (patch) | |
| tree | d345cbea51383b382c59ff94924d436edd563ab3 | |
| parent | 32183fe7b478f56e0887a6b6f59b6cf1378bd99b (diff) | |
debug
| -rw-r--r-- | src/wx/colour_conversion_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/colour_conversion_editor.cc b/src/wx/colour_conversion_editor.cc index 0c667b51f..6593b0b1d 100644 --- a/src/wx/colour_conversion_editor.cc +++ b/src/wx/colour_conversion_editor.cc @@ -351,7 +351,7 @@ ColourConversionEditor::get () const double blue_x = 0; double blue_y = 0; - wxNumberFormatter::FromString(_red_x->GetValue(), &red_x); + std::cout << "from string for " << wx_to_std(_red_x->GetValue()) << " said " << wxNumberFormatter::FromString(_red_x->GetValue(), &red_x); wxNumberFormatter::FromString(_red_y->GetValue(), &red_y); wxNumberFormatter::FromString(_green_x->GetValue(), &green_x); wxNumberFormatter::FromString(_green_y->GetValue(), &green_y); |
