mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 16:42:57 +08:00
Don't directly access Header.
This commit is contained in:
parent
bd5493fb25
commit
1156e76c28
@ -50,7 +50,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
{
|
{
|
||||||
base.Update();
|
base.Update();
|
||||||
|
|
||||||
DropDown.Header.Height = DrawHeight;
|
DropDown.HeaderHeight = DrawHeight;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user