mirror of
https://github.com/osukey/osukey.git
synced 2025-05-07 22:57:31 +09: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)
|
if (panelIsEmpty)
|
||||||
{
|
{
|
||||||
// Replace the scroll container with fill flow container to get the message centered.
|
// Replace the scroll container with fill flow container to get the message centered.
|
||||||
|
rows.Dispose();
|
||||||
container.Dispose();
|
container.Dispose();
|
||||||
container = new FillFlowContainer
|
container = new FillFlowContainer
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user