Updated usage for DropDownHeader of FilterTabControl

This commit is contained in:
Kelvin
2017-03-09 02:50:00 -08:00
parent 40bcc63a90
commit ee3d3b682f
3 changed files with 9 additions and 6 deletions

View File

@ -11,7 +11,7 @@ namespace osu.Game.Graphics.UserInterface
{
public class OsuDropDownMenu<U> : DropDownMenu<U>
{
protected override BasicDropDownHeader CreateHeader() => new OsuDropDownHeader();
protected override DropDownHeader CreateHeader() => new OsuDropDownHeader();
public OsuDropDownMenu()
{