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:
parent
a70fc10d06
commit
8c50ccc48e
@ -35,7 +35,7 @@ namespace osu.Game.Graphics.Containers
|
||||
if (value == expandableHeader) return;
|
||||
|
||||
if (expandableHeader != null)
|
||||
RemoveInternal(expandableHeader, false);
|
||||
RemoveInternal(expandableHeader, true);
|
||||
|
||||
expandableHeader = value;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user