mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Remove unnecessary set.
This commit is contained in:
@ -45,12 +45,5 @@ namespace osu.Game.Graphics.UserInterface
|
||||
item.AccentColour = value;
|
||||
}
|
||||
}
|
||||
|
||||
protected override void Update()
|
||||
{
|
||||
base.Update();
|
||||
|
||||
DropDown.HeaderHeight = DrawHeight;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user