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:
parent
904b76b9d7
commit
74dc0dc480
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user