mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +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 =>
|
IsOpen.BindValueChanged(open =>
|
||||||
{
|
{
|
||||||
ClearTransforms();
|
ClearTransforms(true);
|
||||||
|
|
||||||
if (open.NewValue)
|
if (open.NewValue)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user