Nico Zucca

Results 4 comments of Nico Zucca

By commenting out lines 186 and 188 in `C:\Users\Zico\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\customtkinter\windows\widgets\scaling\scaling_tracker.py` as shown below, the application works as expected. ``` @classmethod def check_dpi_scaling(cls): new_scaling_detected = False # check for every window if...

Sorry to ping again, is there any acknowledgment that this is an issue? I assume this is not intended behavior. Does anyone know what those lines in my comment do...

Could you provide replication steps? I'd like for my PR to be something stable, so I'll work on it.