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:
Birunthan Mohanathas 2011-09-04 10:36:56 +00:00
parent 3093a6a5fb
commit 78639bfe78

View File

@ -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);
}
/*