lvgl / lv_port_pc_visual_studio

Visual Studio projects for LVGL embedded graphics library. Recommended on Windows. Linux support with Wayland is work in progress.
MIT License
583 stars 296 forks source link

Small bug with Slider control ? #34

Closed geoffw123 closed 3 years ago

geoffw123 commented 3 years ago

Hi I am guessing this is a V8 simulator bug with the slider ? The light blue semi circles at the end of the slider background are not drawing properly ? I havent tried this with V8 on my hardware, so cant say if its specific to simulator or not. See attached screenshot. bugMaybe

kisvegabor commented 3 years ago

It was a bug in lvgl master a few weeks ago. Updating lvgl should solve the issue.

MouriNaruto commented 3 years ago

I have update all submodules in this repo. I hope this issue can be solved.

geoffw123 commented 3 years ago

Thanks for the speedy update. Confirmed fixed for me

MouriNaruto commented 3 years ago

It seems to be OK to close this issue.