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

newScrollview - custom scroll bar fail #8

Open
mimetic opened this issue Apr 15, 2015 · 1 comment
Open

newScrollview - custom scroll bar fail #8

mimetic opened this issue Apr 15, 2015 · 1 comment

Comments

@mimetic
Copy link

mimetic commented Apr 15, 2015

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
@alexf-corona
Copy link
Contributor

Thanks for the report, we'll fix it soon.

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

2 participants