mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Merge pull request #693 from ColdVolcano/song-select-fixes
Fix SelectionChanged being invoked twice when changing selection with keyboard.
This commit is contained in:
commit
358be00ff3
@ -343,6 +343,8 @@ namespace osu.Game.Screens.Select
|
||||
group.State = BeatmapGroupState.Expanded;
|
||||
panel.State = PanelSelectedState.Selected;
|
||||
|
||||
if (selectedPanel == panel) return;
|
||||
|
||||
selectedPanel = panel;
|
||||
selectedGroup = group;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user