mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:12:57 +08:00
Broaden invalidation.
This commit is contained in:
parent
64f4098791
commit
20ee1872b4
@ -30,7 +30,7 @@ namespace osu.Game.Overlays.Options.General
|
||||
set
|
||||
{
|
||||
bounding = value;
|
||||
Invalidate(Invalidation.SizeInParentSpace);
|
||||
Invalidate(Invalidation.Geometry);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user