mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 10:27:35 +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()
|
private void resetTernaryStates()
|
||||||
{
|
{
|
||||||
|
if (SelectionNewComboState.Value == TernaryState.Indeterminate)
|
||||||
|
SelectionNewComboState.Value = TernaryState.False;
|
||||||
AutoSelectionBankEnabled.Value = true;
|
AutoSelectionBankEnabled.Value = true;
|
||||||
SelectionAdditionBanksEnabled.Value = true;
|
SelectionAdditionBanksEnabled.Value = true;
|
||||||
SelectionBankStates[HIT_BANK_AUTO].Value = TernaryState.True;
|
SelectionBankStates[HIT_BANK_AUTO].Value = TernaryState.True;
|
||||||
|
Loading…
Reference in New Issue
Block a user