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;