Skip to content

Commit

Permalink
Deactivate new combo toggle on deselecting objects
Browse files Browse the repository at this point in the history
Closes ppy#30713.

Was a point of discussion doing review:

	ppy#30214 (comment)

Given it got pointed out immediately for something so minor, I'm
inclined to believe it's a rather undesirable change.
  • Loading branch information
bdach committed Nov 18, 2024
1 parent 28fb0bf commit 259e9ec
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,8 +258,7 @@ private void createStateBindables()

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;
Expand Down

0 comments on commit 259e9ec

Please sign in to comment.