mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Changed Registry measure to convert REG_SZ to a number (if applicable)
This commit is contained in:
parent
d2f2752000
commit
a8dda05447
@ -71,7 +71,7 @@ void CMeasureRegistry::UpdateValue()
|
||||
case REG_SZ:
|
||||
case REG_EXPAND_SZ:
|
||||
case REG_MULTI_SZ:
|
||||
m_Value = 0.0;
|
||||
m_Value = wcstod(data, NULL);
|
||||
m_StringValue = data;
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user