mirror of
https://github.com/ppy/osu.git
synced 2025-01-23 18:22:56 +08:00
Deactivate new combo toggle on deselecting objects
Closes https://github.com/ppy/osu/issues/30713. Was a point of discussion doing review: https://github.com/ppy/osu/pull/30214#discussion_r1798833139 Given it got pointed out immediately for something so minor, I'm inclined to believe it's a rather undesirable change.
This commit is contained in:
parent
28fb0bf909
commit
259e9ecf65
@ -258,8 +258,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
|
||||
private void resetTernaryStates()
|
||||
{
|
||||
if (SelectionNewComboState.Value == TernaryState.Indeterminate)
|
||||
SelectionNewComboState.Value = TernaryState.False;
|
||||
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