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 preferences are ignored in Slider #84

Open
flightmansam opened this issue Sep 3, 2021 · 1 comment
Open

Vertical preferences are ignored in Slider #84

flightmansam opened this issue Sep 3, 2021 · 1 comment

Comments

@flightmansam
Copy link

Problem: Slider (Vertical) appears completely horizontal.

Fix:
slider.lua and theme.lua both set the slider for a special vertical case if "vertical" is in the opt table when calling the slider draw call. However a bug exists where the args are nested within in opts in a table parameter called ["id"]. To fix, you need to change slider.lua and theme.lua to access the vertical flag via opt.id.vertical.

@flightmansam
Copy link
Author

#85

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

No branches or pull requests

1 participant