mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Simplify aa3c7eb
This commit is contained in:
@ -758,6 +758,10 @@ void CMeasure::DoChangeAction(bool execute)
|
||||
{
|
||||
double newValue = GetValue();
|
||||
const WCHAR* newStringValue = GetStringValue();
|
||||
if (!newStringValue)
|
||||
{
|
||||
newStringValue = L"";
|
||||
}
|
||||
|
||||
if (!m_OldValue)
|
||||
{
|
||||
|
Reference in New Issue
Block a user