mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-16 02:02:51 -07:00
Fix the result in wrong number base while leaving and switching back … (#1654)
* Fix the result in wrong number base while leaving and switching back to Programmer * Rename ResetDisplay() to ResetRadix() * Update related unit test * Fixed the decimal number with point in programmer memory
This commit is contained in:
parent
28a143c07d
commit
ce014908e2
3 changed files with 18 additions and 11 deletions
|
@ -283,7 +283,7 @@ namespace CalculatorApp
|
|||
void Recalculate(bool fromHistory = false);
|
||||
bool IsOperator(CalculationManager::Command cmdenum);
|
||||
void SetMemorizedNumbersString();
|
||||
void ResetDisplay();
|
||||
void ResetRadixAndUpdateMemory(bool resetRadix);
|
||||
|
||||
void SetPrecision(int32_t precision);
|
||||
void UpdateMaxIntDigits()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue