mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
Fix the result in wrong number base while leaving and switching back to Programmer
This commit is contained in:
parent
9ee446027b
commit
a02f6b22f8
1 changed files with 0 additions and 1 deletions
|
@ -1201,7 +1201,6 @@ void StandardCalculatorViewModel::SetCalculatorType(ViewMode targetState)
|
|||
|
||||
case ViewMode::Programmer:
|
||||
IsProgrammer = true;
|
||||
ResetDisplay();
|
||||
SetPrecision(ProgrammerModePrecision);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue