mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 13:47:24 +08:00
always seek on click
This commit is contained in:
parent
7d6ade7e84
commit
8d46d6c697
@ -75,12 +75,6 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
||||
}
|
||||
|
||||
protected override bool OnClick(ClickEvent e)
|
||||
{
|
||||
this.ShowPopover();
|
||||
return true;
|
||||
}
|
||||
|
||||
protected override bool OnDoubleClick(DoubleClickEvent e)
|
||||
{
|
||||
editorClock?.SeekSmoothlyTo(GetTime());
|
||||
this.ShowPopover();
|
||||
|
Loading…
Reference in New Issue
Block a user