Fix ScalableContainer irrepairably altering content size

This commit is contained in:
smoogipoo
2018-04-02 13:04:47 +09:00
parent cc70f7182a
commit 551ba6ac4b
6 changed files with 38 additions and 25 deletions

View File

@ -122,7 +122,7 @@ namespace osu.Game.Tests.Visual
Direction = direction;
Padding = new MarginPadding(2);
ScaledContent.Masking = true;
Content.Masking = true;
AddInternal(new Box
{