summaryrefslogtreecommitdiff
path: root/src/wx/colour_conversion_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-05-11 23:55:58 +0200
committerCarl Hetherington <cth@carlh.net>2025-05-11 23:55:58 +0200
commit56456990549e91a949cb7a0912029ca0dc5973f6 (patch)
treea9ec917eaa45ba38d9ec63fe6d78e25152c5a02c /src/wx/colour_conversion_editor.cc
parent1f8c381fbd3c1b1aef7b5c7ff91c03e102c83a28 (diff)
More hax
Diffstat (limited to 'src/wx/colour_conversion_editor.cc')
-rw-r--r--src/wx/colour_conversion_editor.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/colour_conversion_editor.cc b/src/wx/colour_conversion_editor.cc
index 6593b0b1d..4328f81fc 100644
--- a/src/wx/colour_conversion_editor.cc
+++ b/src/wx/colour_conversion_editor.cc
@@ -351,7 +351,8 @@ ColourConversionEditor::get () const
double blue_x = 0;
double blue_y = 0;
- std::cout << "from string for " << wx_to_std(_red_x->GetValue()) << " said " << 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) << "\n";
+ std::cout << "decimal separator is " << wxNumberFormatter::GetDecimalSeparator() << "\n";
wxNumberFormatter::FromString(_red_y->GetValue(), &red_y);
wxNumberFormatter::FromString(_green_x->GetValue(), &green_x);
wxNumberFormatter::FromString(_green_y->GetValue(), &green_y);