소스 검색

Fix map links not selecting map button

kiwec 3 달 전
부모
커밋
07b9cbf0b7
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/App/Osu/SongBrowser/SongBrowser.cpp

+ 2 - 0
src/App/Osu/SongBrowser/SongBrowser.cpp

@@ -943,6 +943,7 @@ void SongBrowser::mouse_update(bool *propagate_clicks) {
             osu->getNotificationOverlay()->addNotification(text);
         } else if(beatmap != NULL) {
             osu->m_songBrowser2->onDifficultySelected(beatmap, false);
+            osu->m_songBrowser2->selectSelectedBeatmapSongButton();
             map_autodl = 0;
             set_autodl = 0;
         }
@@ -987,6 +988,7 @@ void SongBrowser::mouse_update(bool *propagate_clicks) {
                 osu->getNotificationOverlay()->addNotification("Beatmapset has no difficulties :/");
             } else {
                 osu->m_songBrowser2->onDifficultySelected(best_diff, false);
+                osu->m_songBrowser2->selectSelectedBeatmapSongButton();
             }
 
             map_autodl = 0;