mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 16:27:43 +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)
|
protected override bool OnClick(ClickEvent e)
|
||||||
{
|
|
||||||
this.ShowPopover();
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected override bool OnDoubleClick(DoubleClickEvent e)
|
|
||||||
{
|
{
|
||||||
editorClock?.SeekSmoothlyTo(GetTime());
|
editorClock?.SeekSmoothlyTo(GetTime());
|
||||||
this.ShowPopover();
|
this.ShowPopover();
|
||||||
|
Loading…
Reference in New Issue
Block a user