OddUnicorn
Results
2
comments of
OddUnicorn
> I found that you need the float value, otherwise scrollbars arn't working. I changed the code above to: > > ``` > def _apply_widget_scaling(self, value: Union[int, float]) -> Union[float,...
A workaround for this error can be found here: https://github.com/TomSchimansky/CustomTkinter/issues/571#issuecomment-1823438190 The changes has to be made in "\Lib\site-packages\customtkinter\windows\widgets\scaling\scaling_base_class.py"