Closed grknbyk closed 1 year ago
So the problem is, there are already 6 other pull requests open to fix this. Next time please look at existing PRs before sending a new one.
Thank you, this was my first try. I will consider that next time.
This can be closed in lieu of https://github.com/israel-dryer/ttkbootstrap/pull/490
The issue was resolved by the merge of #490. Please close this one.
When you open the ttkbootstrap config windows on mac it gives an error this pull request can fix that
@mas6y6 this branch does not offer any changes that were not already merged with #490. If you're having a new error, please submit it as a new issue.
I forked the ttkbootstrap repository to address a compatibility issue with the Pillow library's recent update. The original implementation in the Meters widget was using CUBIC interpolation, which has been deprecated in the latest version of Pillow in favor of BICUBIC. To ensure seamless integration and compatibility with the updated Pillow library, I have modified the relevant code in the Meters widget to use BICUBIC interpolation. This change resolves any potential issues that may arise when working with Meters in ttkbootstrap in conjunction with the latest version of Pillow.