Improve transforms between state changes

This commit is contained in:
smoogipoo
2020-05-21 18:07:31 +09:00
parent 700b5e0c73
commit b6a1d1a2fc
2 changed files with 5 additions and 4 deletions

View File

@ -68,6 +68,7 @@ namespace osu.Game.Screens.Ranking
if (expandedPanel != null)
expandedPanel.State = PanelState.Contracted;
expandedPanel = panel;
}