crashes when zooming in
pujas13 opened this issue · 2 comments
pujas13 commented
DevJake commented
It seems similar issues have been experienced by others. For example:
Consider downgrading to Python version 3.9 and see if that helps.
pnfwr commented
I guess the problem can be solved by simply converting the float to int by modifying the line of code causing the TypeError to bar.setValue(int(...))
.
Hope it helps.