fix: only use window scale in children (#5833)

This commit is contained in:
nerix
2025-01-19 11:10:41 +01:00
committed by GitHub
parent 7f9b33051e
commit b0fee11621
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
- Bugfix: Fixed a crash relating to Lua HTTP. (#5800)
- Bugfix: Fixed a crash that could occur on Linux and macOS when clicking "Install" from the update prompt. (#5818)
- Bugfix: Fixed missing word wrap in update popup. (#5811)
- Bugfix: Fixed tabs not scaling to the default scale when changing the scale from a non-default value. (#5794)
- Bugfix: Fixed tabs not scaling to the default scale when changing the scale from a non-default value. (#5794, #5833)
- Dev: Highlight checks now use non-capturing groups for the boundaries. (#5784)
- Dev: Updated Conan dependencies. (#5776)