1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 21:08:34 +08:00

Also dispose rows

This commit is contained in:
Henry Lin
2022-02-02 19:00:46 +08:00
Unverified
parent 36bfef4f54
commit b0023b9809
@@ -143,6 +143,7 @@ namespace osu.Game.Screens.Ranking.Statistics
if (panelIsEmpty)
{
// Replace the scroll container with fill flow container to get the message centered.
rows.Dispose();
container.Dispose();
container = new FillFlowContainer
{