1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-12 08:33:04 +08:00

Fix incorrect specification in SectionsContainer

This commit is contained in:
Dean Herbert 2022-09-02 16:37:39 +09:00
parent a70fc10d06
commit 8c50ccc48e

View File

@ -35,7 +35,7 @@ namespace osu.Game.Graphics.Containers
if (value == expandableHeader) return;
if (expandableHeader != null)
RemoveInternal(expandableHeader, false);
RemoveInternal(expandableHeader, true);
expandableHeader = value;