mirror of https://github.com/ppy/osu
Do not permit new combo toggle to remain in indeterminate state on deselect
This commit is contained in:
parent
1b279e45cc
commit
88aea70429
|
@ -258,6 +258,8 @@ private void createStateBindables()
|
|||
|
||||
private void resetTernaryStates()
|
||||
{
|
||||
if (SelectionNewComboState.Value == TernaryState.Indeterminate)
|
||||
SelectionNewComboState.Value = TernaryState.False;
|
||||
AutoSelectionBankEnabled.Value = true;
|
||||
SelectionAdditionBanksEnabled.Value = true;
|
||||
SelectionBankStates[HIT_BANK_AUTO].Value = TernaryState.True;
|
||||
|
|
Loading…
Reference in New Issue