slages / love-imgui

imgui module for the LÖVE game engine
MIT License
318 stars 61 forks source link

"AlwaysVerticalScrollbar" and "AlwaysHorizontalScrollbar" flags do not work. #17

Open DanielPower opened 7 years ago

DanielPower commented 7 years ago

They seem to be completely ignored when used on BeginChild(). I've sort of worked around this by making my canvas have a minimum size greater than GetContentRegionMax(). It would be nice to be able to force enable scrollbars.