fix: overflow when computing scrollbar rect (#6547)

Co-authored-by: Kasia <zneix@zneix.eu>
This commit is contained in:
nerix
2025-10-21 17:17:49 +02:00
committed by GitHub
parent 4be0e13883
commit 346327a0d4
3 changed files with 20 additions and 15 deletions
+1
View File
@@ -8,6 +8,7 @@
- Minor: Added link support to plugin message API. (#6386)
- Minor: Added a description for the logging option under moderation tab. (#6514)
- Bugfix: Expose the "Extra extension IDs" setting on non-Windows systems too. (#6509)
- Bugfix: Fixed scrollbar rect cmputation potentially resulting in overflows. (#6547)
- Dev: Update release documentation. (#6498)
- Dev: Make code sanitizers opt in with the `CHATTERINO_SANITIZER_SUPPORT` CMake option. After that's enabled, use the `SANITIZE_*` flag to enable individual sanitizers. (#6493)
- Dev: Remove unused QTextCodec includes. (#6487)