mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -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()
|
String^ StandardCalculatorViewModel::GetRawDisplayValue()
|
||||||
{
|
{
|
||||||
if (m_IsInError)
|
if (IsInError)
|
||||||
{
|
{
|
||||||
return DisplayValue;
|
return DisplayValue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue