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:
Bartłomiej Dach 2024-10-30 09:47:24 +01:00 committed by GitHub
commit d52f8c6379
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ public partial class PolygonGenerationPopover : OsuPopover
[BackgroundDependencyLoader]
private void load()
{
AllowableAnchors = new[] { Anchor.CentreLeft, Anchor.CentreRight };
Child = new FillFlowContainer
{
Width = 220,