Hold down shift for snap to grid when moving time cursor#11757
Merged
Conversation
|
Web viewer built successfully.
View image diff on kitdiff. Note: This comment is updated whenever you push a commit. |
emilk
commented
Nov 3, 2025
emilk
commented
Nov 3, 2025
| // Avoid frame-delay: | ||
| x = time_ranges_ui | ||
| .x_from_time_f32(time) | ||
| .unwrap_or(pointer_pos.x); |
4aa876e to
8104d37
Compare
Wumpf
approved these changes
Nov 4, 2025
Member
Wumpf
left a comment
There was a problem hiding this comment.
Very nice! But really hard to find this feature! Can we put this please into the time panel's help-text?
emilk
added a commit
that referenced
this pull request
Nov 6, 2025
### Related * Builds on top of #11757 * Part of https://linear.app/rerun/issue/RR-2768/improve-time-selection-experience-on-a-timeline * Closes #11745 * Closes RR-1458 ### What * Make a time loop selection by dragging the top timeline bar * Move time cursor by dragging below (in the event canvas) * Pan by dragging with middle mouse button * A new fresh look with a tooltip <img width="458" height="169" alt="image" src="https://github.com/user-attachments/assets/736d416f-d3d3-42b1-942c-fed25afedc7b" /> ### Later follow-ups * Change plot (time series) interaction view to match * Requires emilk/egui_plot#149 * Add new icon for "loop selection"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In the time panel, hold down shift when moving the time cursor (or selecting a loop region) to snap against a coarse grid. This makes it easier to pick nice, round time values.