mirror of
https://github.com/ppy/osu.git
synced 2025-03-10 15:37:20 +08:00
Merge pull request #30756 from bdach/reset-new-combo-state
Deactivate new combo toggle on deselecting objects
This commit is contained in:
commit
1d6eb9abf4
@ -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…
x
Reference in New Issue
Block a user