mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 14:13:30 -07:00
replace m_IsError by IsError and merge with master
This commit is contained in:
parent
23e894648b
commit
facecabb88
1 changed files with 1 additions and 1 deletions
|
@ -1330,7 +1330,7 @@ void StandardCalculatorViewModel::SetCalculatorType(ViewMode targetState)
|
|||
|
||||
String^ StandardCalculatorViewModel::GetRawDisplayValue()
|
||||
{
|
||||
if (m_IsInError)
|
||||
if (IsInError)
|
||||
{
|
||||
return DisplayValue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue