mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 09:32:55 +08:00
Merge pull request #664 from peppy/general-fixes
Fix regression causing menu cursor to stick to screen edges.
This commit is contained in:
commit
dbee95e859
@ -149,6 +149,7 @@ namespace osu.Game
|
|||||||
{
|
{
|
||||||
new Container
|
new Container
|
||||||
{
|
{
|
||||||
|
AlwaysReceiveInput = true,
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Depth = float.MinValue,
|
Depth = float.MinValue,
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
|
Loading…
Reference in New Issue
Block a user