Skip to content

Vertical preferences are ignored in Slider #84

Description

@flightmansam

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions