mirror of https://github.com/ppy/osu
Merge pull request #30450 from Joehuu/fix-polygon-popover-anchor
Fix editor sidebar resizing on hover repeatedly when polygon popover is opened
This commit is contained in:
commit
d52f8c6379
|
@ -53,6 +53,8 @@ public partial class PolygonGenerationPopover : OsuPopover
|
|||
[BackgroundDependencyLoader]
|
||||
private void load()
|
||||
{
|
||||
AllowableAnchors = new[] { Anchor.CentreLeft, Anchor.CentreRight };
|
||||
|
||||
Child = new FillFlowContainer
|
||||
{
|
||||
Width = 220,
|
||||
|
|
Loading…
Reference in New Issue