1.7.4
What's Changed
Miscellaneous bug fixes
Fixed
- Missing font reference caused crash on lite Linux distributions when no default font was available; now fixed by @israel-dryer in #235
- Scrolled frame was not sizing properly when added to window using the place method. The place method requires that you also give the ScrolledFrame a width and height, and this is now passed to the content window upon instantiation; fixed by @israel-dryer in #238
Full Changelog: v1.7.3...v1.7.4