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

Sliders are missing the logarithmic flag #2404

Open
maximeflya opened this issue Oct 21, 2024 · 0 comments
Open

Sliders are missing the logarithmic flag #2404

maximeflya opened this issue Oct 21, 2024 · 0 comments
Labels
state: pending not addressed yet

Comments

@maximeflya
Copy link

Is your feature request related to a problem? Please describe.
ImGuiSliders have a logarithmic flag which is not present in DearPyGui

https://github.com/ocornut/imgui/blob/8199457a7d9e453f8d3d9cadc14683fb54a858b5/imgui.h#L1781-L1789

Describe the solution you'd like
Have the flags available in add_slider_float and add_slider_double

Describe alternatives you've considered
If there was a way to access the flag variable and then manually set it, I would be fine with that, but I don't think this is the case.

If you want me to do a PR I can. I would probably only do it for add_slider_float and add_slider_double because I'm not interested in the multi

@maximeflya maximeflya added the state: pending not addressed yet label Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: pending not addressed yet
Projects
None yet
Development

No branches or pull requests

1 participant