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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user