mirror of
https://github.com/ppy/osu.git
synced 2025-02-03 05:33:08 +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()
|
private void resetTernaryStates()
|
||||||
{
|
{
|
||||||
if (SelectionNewComboState.Value == TernaryState.Indeterminate)
|
SelectionNewComboState.Value = TernaryState.False;
|
||||||
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