summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/canvas/colors.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/canvas/colors.cc b/libs/canvas/colors.cc
index dd928ae1a2..7a108e7f85 100644
--- a/libs/canvas/colors.cc
+++ b/libs/canvas/colors.cc
@@ -259,6 +259,7 @@ HSV::HSV (const std::string& str)
string
HSV::to_string () const
{
+ PBD::LocaleGuard lg;
stringstream ss;
ss << h << ' ';
ss << s << ' ';