This commit is contained in:
Birunthan Mohanathas
2013-04-10 19:04:28 +03:00
parent aa3c7eb8ce
commit 8c184a3dbb
2 changed files with 7 additions and 28 deletions

View File

@ -758,6 +758,10 @@ void CMeasure::DoChangeAction(bool execute)
{
double newValue = GetValue();
const WCHAR* newStringValue = GetStringValue();
if (!newStringValue)
{
newStringValue = L"";
}
if (!m_OldValue)
{