Reword event handler name and update xmldoc

This commit is contained in:
Salman Ahmed
2022-01-25 19:36:19 +03:00
parent ad18bc4983
commit 4169e5592e
2 changed files with 5 additions and 5 deletions

View File

@ -216,9 +216,9 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
return base.OnScroll(e);
}
protected override void OnZoomChange()
protected override void OnZoomChanged()
{
base.OnZoomChange();
base.OnZoomChanged();
timelineZoomScale.Value = Zoom / defaultTimelineZoom;
}