mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Tweaks to reduce OnChangeAction overhead
This commit is contained in:
@ -360,7 +360,8 @@ bool CMeterString::Update()
|
||||
{
|
||||
if (m_Text.empty())
|
||||
{
|
||||
m_String += m_Measures[0]->GetStringValue(m_AutoScale, m_Scale, decimals, m_Percentual);
|
||||
m_String += m_Measures[0]->GetStringOrFormattedValue(
|
||||
m_AutoScale, m_Scale, decimals, m_Percentual);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user