mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 11:52:57 +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 (value == expandableHeader) return;
|
||||||
|
|
||||||
if (expandableHeader != null)
|
if (expandableHeader != null)
|
||||||
RemoveInternal(expandableHeader, false);
|
RemoveInternal(expandableHeader, true);
|
||||||
|
|
||||||
expandableHeader = value;
|
expandableHeader = value;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user