Add better click-to-dismiss logic for sheared overlays

This commit is contained in:
Dean Herbert
2022-04-21 16:15:10 +09:00
parent 2769d8e8cf
commit 0f4b40ab15
3 changed files with 36 additions and 2 deletions

View File

@ -66,7 +66,7 @@ namespace osu.Game.Graphics.UserInterface
},
Children = new Drawable[]
{
underlayContainer = new Container
underlayContainer = new InputBlockingContainer
{
RelativeSizeAxes = Axes.X,
Height = HEIGHT,