Skip to content

Commit

Permalink
Merge remove c++ wheel teleport to top behavior #1336
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Dec 26, 2024
2 parents 012ebbf + df5c08d commit 292e458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Actor/Menus/MusicWheel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ MusicWheel::ReloadSongList(bool searching, const std::string& findme)
RebuildWheelItems();
SelectSection(m_sExpandedSectionName);
SetOpenSection(m_sExpandedSectionName);
ChangeMusic(1);
SelectSongOrCourse();
SCREENMAN->PostMessageToTopScreen(SM_SongChanged, 0.35F);
return;
}
Expand Down

0 comments on commit 292e458

Please sign in to comment.