-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
Type
Cosmetic
Bug description
Noticed in #31779 (when the checkmarks didn't hide when increasing fade out time).
Right-clicking the menus also demonstrates this broken behavior better so putting it as the headline.
Should be trivial as this:
osu/osu.Game/Screens/Edit/WaveformOpacityMenuItem.cs
Lines 31 to 35 in 20c4bad
| waveformOpacity.BindValueChanged(opacity => | |
| { | |
| foreach (var kvp in menuItemLookup) | |
| kvp.Value.State.Value = kvp.Key == opacity.NewValue ? TernaryState.True : TernaryState.False; | |
| }, true); |
but the closest item logic that connects the anchor/origin menus makes it a little more complicated.
Screenshots or videos
Screen.Recording.2025-02-04.at.3.03.19.PM.mov
Version
latest master
Logs
N/A