Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix precision issue when zooming in on the timeline #1370

Merged
merged 1 commit into from Feb 22, 2023

Conversation

emilk
Copy link
Member

@emilk emilk commented Feb 21, 2023

Previously the view would become shaky and difficult to navigate as you zoomed closer and closer.

The fix: switch from f32 to f64.

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I've added a line to CHANGELOG.md (if this is a big enough change to warrant it)

Previously the view would become shaky and difficult to navigate
as you zoomed closer and closer.

The fix: switch from f32 to f64.
@emilk emilk added ui concerns graphical user interface 📺 re_viewer affects re_viewer itself 😤 annoying Something in the UI / SDK is annoying to use labels Feb 21, 2023
@emilk emilk merged commit 93b1ee3 into main Feb 22, 2023
@emilk emilk deleted the emilk/fix-timeline-precision-issue branch February 22, 2023 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
😤 annoying Something in the UI / SDK is annoying to use 📺 re_viewer affects re_viewer itself ui concerns graphical user interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants