1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 09:22:54 +08:00

Broaden invalidation.

This commit is contained in:
Dean Herbert 2017-01-31 17:15:46 +09:00
parent 64f4098791
commit 20ee1872b4

View File

@ -30,7 +30,7 @@ namespace osu.Game.Overlays.Options.General
set
{
bounding = value;
Invalidate(Invalidation.SizeInParentSpace);
Invalidate(Invalidation.Geometry);
}
}