mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-13 08:42:53 -07:00
Apply spell check (#41)
This commit is contained in:
parent
81a6f59430
commit
28f982a6e1
41 changed files with 131 additions and 131 deletions
|
@ -616,7 +616,7 @@ void StandardCalculatorViewModel::OnButtonPressed(Object^ parameter)
|
|||
// Also, the Primary Display Value should not show in exponential format.
|
||||
// Hence the check below to ensure parity with Desktop Calculator.
|
||||
// Clear the FE mode if the switching to StandardMode, since 'C'/'CE' in StandardMode
|
||||
// doesn't honour the FE button.
|
||||
// doesn't honor the FE button.
|
||||
if (IsFToEChecked)
|
||||
{
|
||||
IsFToEChecked = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue