Skip to content

newScrollview - custom scroll bar fail #8

Description

@mimetic

The custom scroll bar does not work as expected. The width of the custom bar is too small.
scrollBarOptions. The following in widget_scrollview.lua at 759 is incomplete. It should include values for frameWidth and frameHeight.

    -- ScrollBar options
    if nil ~= customOptions.scrollBarOptions then
        opt.scrollBarOptions =
        {
            sheet = customOptions.scrollBarOptions.sheet,
            topFrame = customOptions.scrollBarOptions.topFrame,
            middleFrame = customOptions.scrollBarOptions.middleFrame,
            bottomFrame = customOptions.scrollBarOptions.bottomFrame,
        }
    else
        opt.scrollBarOptions = {}
    end

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions