lc-soft / LCUI

C library for building user interfaces
https://lcui-dev.github.io
MIT License
4.13k stars 356 forks source link

Error setting horizontal scroll bar. ScrollBar_SetDirection; #219

Closed tangxg closed 4 years ago

tangxg commented 4 years ago

https://github.com/lc-soft/LCUI/blob/7fb6a04564e2d56398a017564f9a9ad34c81a97d/src/gui/widget/scrollbar.c#L671-L681

if (direction == SBD_HORIZONTAL) 判断条件写反了。。。。