mirror of https://github.com/ppy/osu
Fix a couple of merge oversights
This commit is contained in:
parent
31dbc7798b
commit
0522500a57
|
@ -89,7 +89,11 @@ private void load()
|
|||
};
|
||||
}
|
||||
|
||||
public void ShowWithSearch(string query) => filterControl.Search(query);
|
||||
public void ShowWithSearch(string query)
|
||||
{
|
||||
filterControl.Search(query);
|
||||
Show();
|
||||
}
|
||||
|
||||
protected override BeatmapListingHeader CreateHeader() => new BeatmapListingHeader();
|
||||
|
||||
|
|
|
@ -149,9 +149,6 @@ public BeatmapDetails()
|
|||
RelativeSizeAxes = Axes.Both,
|
||||
Children = new Drawable[]
|
||||
{
|
||||
description = new MetadataSection(MetadataType.Description),
|
||||
source = new MetadataSection(MetadataType.Source),
|
||||
tags = new MetadataSection(MetadataType.Tags),
|
||||
new OsuSpriteText
|
||||
{
|
||||
Text = "Points of Failure",
|
||||
|
|
Loading…
Reference in New Issue