Skip to content

Vertical preferences are ignored in Slider #84

@flightmansam

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.

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