Skip to content

Commit

Permalink
Merge pull request #30450 from Joehuu/fix-polygon-popover-anchor
Browse files Browse the repository at this point in the history
Fix editor sidebar resizing on hover repeatedly when polygon popover is opened
bdach authored Oct 30, 2024

Verified

This commit was signed with the committer’s verified signature.
evenyag Yingwen
2 parents 904b76b + 74dc0dc commit d52f8c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osu.Game.Rulesets.Osu/Edit/PolygonGenerationPopover.cs
Original file line number Diff line number Diff line change
@@ -53,6 +53,8 @@ public partial class PolygonGenerationPopover : OsuPopover
[BackgroundDependencyLoader]
private void load()
{
AllowableAnchors = new[] { Anchor.CentreLeft, Anchor.CentreRight };

Child = new FillFlowContainer
{
Width = 220,

0 comments on commit d52f8c6

Please sign in to comment.