mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
put Bar into its own file and let it only add a background if BackgroundColour is changed
This commit is contained in:
@ -56,7 +56,6 @@ namespace osu.Game.Screens.Select
|
||||
case BeatmapDetailTab.Details:
|
||||
Details.Show();
|
||||
Leaderboard.Hide();
|
||||
updateDetails();
|
||||
break;
|
||||
|
||||
default:
|
||||
@ -66,6 +65,7 @@ namespace osu.Game.Screens.Select
|
||||
break;
|
||||
}
|
||||
currentTab = tab;
|
||||
updateDetails();
|
||||
},
|
||||
},
|
||||
content = new Container
|
||||
|
Reference in New Issue
Block a user