mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 09:47:24 +08:00
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 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
|
||||
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
Block a user