mirror of
https://github.com/ppy/osu.git
synced 2025-03-10 11:27:18 +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,7 +258,6 @@ 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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user