bgrabitmap / bgracontrols

🆗 BGRA Controls is a set of graphical UI elements that you can use with Lazarus LCL applications.
https://bgrabitmap.github.io/bgracontrols/
189 stars 32 forks source link

TBCFluentProgressRing component doesn't display well in Linux #188

Open melchiorrecaruso opened 3 months ago

melchiorrecaruso commented 3 months ago

Hi all,

TBCFluentProgressRing has the same issue reported by Petevick for the TBCFluentSlider component on the Lazarus forum

https://forum.lazarus.freepascal.org/index.php/topic,24176.msg516519.html#msg516519

Applying the patch for TBCFluentSlider

https://github.com/bgrabitmap/bgracontrols/commit/b76022db1492fca81bcdae786dc8f4012084d078

to the TBCFluentProgressRing component resolves the issue.

Best regards Melchiorre