arunpkio / RadialBarDemo

Custom radial Progress Bar QML component
MIT License
116 stars 16 forks source link

value parameter does not work #2

Closed am2222 closed 6 years ago

am2222 commented 6 years ago

Hi, I tried to change value parameter but it does not work. It seems this radial bar only is able to set its value when we initialize it and we can not change its value later, is'nt it?

arunpkio commented 6 years ago

Hey @am2222 Thanks for raising the issue. I have checked and found that the update() call was missing in setValue() method. I have tested only with static values. Fixed issue and committed the changes.