Add missing masking specification

This commit is contained in:
Dean Herbert 2020-04-11 15:20:27 +09:00
parent e206df479b
commit 12c21cba7e
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ protected override void LoadComplete()
new Container
{
RelativeSizeAxes = Axes.Both,
Masking = true,
BorderThickness = 1,
BorderColour = colours.Yellow,
Child = new Box