Skip to content

implement "Move to current time" in PointsList#277

Open
orwenn22 wants to merge 1 commit into
InventiveRhythm:mainfrom
orwenn22:move_events
Open

implement "Move to current time" in PointsList#277
orwenn22 wants to merge 1 commit into
InventiveRhythm:mainfrom
orwenn22:move_events

Conversation

@orwenn22
Copy link
Copy Markdown
Contributor

2026-05-10.22-41-47.mp4

closes #270

@flustix flustix moved this to being worked on in fluXis May 15, 2026
{
this.objects = objects;
this.destinationTime = destinationTime;
this.sourceTime = objects[0].Time;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would put some kind of Min() method here just incase. If the list is ever not sorted for whatever reason, this could break.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: being worked on

Development

Successfully merging this pull request may close these issues.

Add "Move To Current Time" context menu item to points list

2 participants