1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 11:47:24 +08:00

Fix editor sidebar resizing on hover repeatedly when polygon popover is opened

This commit is contained in:
Joseph Madamba 2024-10-29 20:21:26 -07:00
parent 904b76b9d7
commit 74dc0dc480
No known key found for this signature in database
GPG Key ID: 8B746C7BDDF0BD76

View File

@ -53,6 +53,8 @@ namespace osu.Game.Rulesets.Osu.Edit
[BackgroundDependencyLoader]
private void load()
{
AllowableAnchors = new[] { Anchor.CentreLeft, Anchor.CentreRight };
Child = new FillFlowContainer
{
Width = 220,