replace m_IsError by IsError and merge with master

This commit is contained in:
Rudy Huyn 2019-04-24 00:18:37 -07:00
commit facecabb88

View file

@ -1330,7 +1330,7 @@ void StandardCalculatorViewModel::SetCalculatorType(ViewMode targetState)
String^ StandardCalculatorViewModel::GetRawDisplayValue()
{
if (m_IsInError)
if (IsInError)
{
return DisplayValue;
}