mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
fix graph not completely hiding
This commit is contained in:
@ -172,7 +172,7 @@ namespace osu.Game.Screens.Play
|
||||
float barHeight = bottom_bar_height + handle_size.Y;
|
||||
|
||||
bar.ResizeHeightTo(CollapseGraph.Value ? barHeight : barHeight + graph_height, transition_duration, Easing.In);
|
||||
graph.MoveToY(CollapseGraph.Value ? graph_height : 0, transition_duration, Easing.In);
|
||||
graph.MoveToY(CollapseGraph.Value ? bottom_bar_height + graph_height : 0, transition_duration, Easing.In);
|
||||
|
||||
updateInfoMargin();
|
||||
}
|
||||
|
Reference in New Issue
Block a user