mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Update framework
This commit is contained in:
parent
b27139c2bd
commit
4899d88d19
@ -1 +1 @@
|
||||
Subproject commit 45bff5838d133d918547e90bd74c9d0d5fadecc1
|
||||
Subproject commit 4ce11f434dccb07b35b64618bf3db97c09d310a5
|
@ -111,7 +111,7 @@ namespace osu.Game.Overlays.Options
|
||||
|
||||
protected override void AnimateOpen()
|
||||
{
|
||||
foreach (StyledDropDownMenuItem<U> child in DropDownList.Children)
|
||||
foreach (StyledDropDownMenuItem<U> child in DropDownItemsContainer.Children)
|
||||
{
|
||||
child.FadeIn(200);
|
||||
child.ResizeTo(new Vector2(1, 24), 200);
|
||||
@ -121,7 +121,7 @@ namespace osu.Game.Overlays.Options
|
||||
|
||||
protected override void AnimateClose()
|
||||
{
|
||||
foreach (StyledDropDownMenuItem<U> child in DropDownList.Children)
|
||||
foreach (StyledDropDownMenuItem<U> child in DropDownItemsContainer.Children)
|
||||
{
|
||||
child.ResizeTo(new Vector2(1, 0), 200);
|
||||
child.FadeOut(200);
|
||||
|
Loading…
Reference in New Issue
Block a user