Change the initialization time of Radio button's isChecked (#1312)

* Change the initialization time of Radio button's isChecked

* Rollback checkDefaultBitShift and Use Enum instead of String

* Fix Check Default
- In previous versions, there was an issue where button availability was reset when opening BitShift Flyout not when the mode is changed

* Reset Calculator Type in Calculator ViewModel when mode change to not Calculator mode

* Revert "Reset Calculator Type in Calculator ViewModel when mode change to not Calculator mode"

This reverts commit a0d2f84513bc2d36fea3d75445782e1c67bc2e8d.

* Check deferred load button
This commit is contained in:
Lee Won Jun
2020-08-21 07:30:48 +09:00
committed by GitHub
parent 8c53444a04
commit 9206520121
4 changed files with 77 additions and 15 deletions
+1 -4
View File
@@ -72,10 +72,7 @@ void OperatorsPanel::EnsureProgrammerRadixOps()
this->FindName(L"ProgrammerRadixOperators");
}
if (ProgrammerRadixOperators)
{
ProgrammerRadixOperators->checkDefaultBitShift();
}
ProgrammerRadixOperators->checkDefaultBitShift();
}
void OperatorsPanel::EnsureProgrammerBitFlipPanel()