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

Vertical Sliders are upside down as of egui 0.23 #3422

Closed
zkrising opened this issue Oct 1, 2023 · 1 comment · Fixed by #3424
Closed

Vertical Sliders are upside down as of egui 0.23 #3422

zkrising opened this issue Oct 1, 2023 · 1 comment · Fixed by #3424
Labels
bug Something is broken

Comments

@zkrising
Copy link
Contributor

zkrising commented Oct 1, 2023

Describe the bug

As of egui 0.23, vertical sliders are upside down -- the largest value is at the bottom and the smallest value is at the top.

To Reproduce
Steps to reproduce the behavior:

  1. https://www.egui.rs/
  2. Click on Sliders
  3. Make them vertical

Expected behavior

The largest values should be at the top of the slider.

Screenshots

image

@zkrising zkrising added the bug Something is broken label Oct 1, 2023
@YgorSouza
Copy link
Contributor

It seems that this was caused by 8cdffc4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants