Update Calculator keyboard for greater consistency and extensibility (#688)

This commit is contained in:
Pepe Rivera 2019-10-03 15:56:44 -07:00 committed by GitHub
parent 9cb0932eaa
commit 55074c2312
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
34 changed files with 3151 additions and 1181 deletions

View file

@ -73,7 +73,6 @@ StandardCalculatorViewModel::StandardCalculatorViewModel()
, m_MemorizedNumbers(ref new Vector<MemoryItemViewModel ^>())
, m_IsMemoryEmpty(true)
, m_IsFToEChecked(false)
, m_isShiftChecked(false)
, m_IsShiftProgrammerChecked(false)
, m_valueBitLength(BitLength::BitLengthQWord)
, m_isBitFlipChecked(false)