Skip to content

v2.2.1 — Hotfix: live update freeze

Latest

Choose a tag to compare

@thisal-d thisal-d released this 20 Jun 21:22
59b20c4

🐛 Bug Fixes

  • Fixed live chart updates freezing once real_width reached width * 5. The boundary check in CTkLineChart used strict comparisons (>/<) instead of inclusive ones (>=/<=), so the chart stopped growing exactly at the limit instead of continuing past it.

🙏 Credits

Thanks to @dmclane for reporting the issue and identifying the exact fix in #25.

What's Changed

Full Changelog: v2.2.0...v2.2.1