mirror of
https://github.com/ppy/osu
synced 2025-02-21 21:17:13 +00:00
Also dispose rows
This commit is contained in:
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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user