mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Reword event handler name and update xmldoc
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user