mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Clear transforms in PostsContainer for all children
This commit is contained in:
@ -149,7 +149,7 @@ namespace osu.Game.Overlays.News.Sidebar
|
||||
|
||||
IsOpen.BindValueChanged(open =>
|
||||
{
|
||||
ClearTransforms();
|
||||
ClearTransforms(true);
|
||||
|
||||
if (open.NewValue)
|
||||
{
|
||||
|
Reference in New Issue
Block a user