put Bar into its own file and let it only add a background if BackgroundColour is changed

This commit is contained in:
Jorolf
2017-04-07 18:13:55 +02:00
parent e59c0a770f
commit eb4b3772e9
4 changed files with 136 additions and 125 deletions

View File

@ -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