mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
MeasureString: Changed floating-point conversion function to CRT function
This commit is contained in:
parent
d606ce0170
commit
38a3fdcece
@ -54,7 +54,7 @@ void MeasureString::ReadOptions(ConfigParser& parser, const WCHAR* section)
|
||||
*/
|
||||
void MeasureString::UpdateValue()
|
||||
{
|
||||
m_Value = std::stod(m_String);
|
||||
m_Value = _wtof(m_String.c_str());
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user