flamendless / Slab

An immediate mode GUI for the Love2D framework.
MIT License
286 stars 25 forks source link

Vertical Scrollbar is unclickable #123

Closed flamendless closed 2 years ago

flamendless commented 2 years ago
for i = 1, 30 do
    Slab.Text(i)
end

makes a small window with a long content. Clicking on the vertical scrollbar does not do anything.

@megagrump is this affected by the recent changes in other widgets?

flamendless commented 2 years ago

Fixed now, it was just a typo with the casing haha