mirror of
https://github.com/ppy/osu
synced 2025-02-21 21:17:13 +00:00
Don't fall through to seek if handling zoom
This commit is contained in:
parent
4b528e80d0
commit
ddf0d75c38
@ -117,6 +117,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
{
|
||||
// zoom when holding alt.
|
||||
setZoomTarget(zoomTarget + e.ScrollDelta.Y, zoomedContent.ToLocalSpace(e.ScreenSpaceMousePosition).X);
|
||||
return true;
|
||||
}
|
||||
|
||||
// can't handle scroll correctly while playing.
|
||||
|
Loading…
Reference in New Issue
Block a user