13
0

canvas HSV color serialization needs LocaleGuard

This commit is contained in:
Paul Davis 2016-07-14 11:46:02 -04:00
parent 9da43c5ceb
commit 205fbb99ad

View File

@ -259,6 +259,7 @@ HSV::HSV (const std::string& str)
string string
HSV::to_string () const HSV::to_string () const
{ {
PBD::LocaleGuard lg;
stringstream ss; stringstream ss;
ss << h << ' '; ss << h << ' ';
ss << s << ' '; ss << s << ' ';