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

ImGui - clamp slider rounding operations to keep ranged values #8525

Merged
merged 5 commits into from
Apr 14, 2021

Conversation

ev-mp
Copy link
Collaborator

@ev-mp ev-mp commented Mar 8, 2021

ImGUI floating point interpolations and rounding operations do not ensure min/max range on results
The PR fixes it to avoid overriding user-defined min/max slider boundaries.
Tracked on: DSO-15067

@ev-mp ev-mp requested a review from maloel March 8, 2021 13:09
@ev-mp ev-mp changed the title IMGUI - clamp slider rounding operations to keep ranged values ImGui - clamp slider rounding operations to keep ranged values Mar 8, 2021
third-party/imgui/imgui.cpp Outdated Show resolved Hide resolved
@ev-mp ev-mp merged commit 8cf6842 into IntelRealSense:development Apr 14, 2021
@ev-mp ev-mp deleted the dso-15067 branch April 21, 2021 07:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants