1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 15:10:44 +08:00

Don't directly access Header.

This commit is contained in:
Dean Herbert
2017-03-16 17:00:49 +09:00
Unverified
parent bd5493fb25
commit 1156e76c28
@@ -50,7 +50,7 @@ namespace osu.Game.Graphics.UserInterface
{
base.Update();
DropDown.Header.Height = DrawHeight;
DropDown.HeaderHeight = DrawHeight;
}
}
}