mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
About Measures: The Value column now shows a non-scaled value up to 5 decimal points with trailing zeros removed.
This commit is contained in:
parent
3093a6a5fb
commit
78639bfe78
@ -758,11 +758,7 @@ void CMeasure::RemoveTrailingZero(WCHAR* str, int strLen)
|
||||
*/
|
||||
const WCHAR* CMeasure::GetStats()
|
||||
{
|
||||
static std::wstring value;
|
||||
|
||||
value = GetStringValue(AUTOSCALE_ON, 1, 1, false);
|
||||
|
||||
return value.c_str();
|
||||
return GetStringValue(AUTOSCALE_OFF, 1, -1, false);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user