Style: border sizes are now scaled and rounded by ScaleAllSizes(). Lift 1.0f limit in Style Editor.

This commit is contained in:
ocornut
2026-02-20 16:16:27 +01:00
parent 05481194b6
commit 221bac8b06
4 changed files with 27 additions and 13 deletions

View File

@@ -43,6 +43,7 @@ Breaking Changes:
Other Changes:
- Style: border sizes are now scaled (and rounded) by ScaleAllSizes().
- Clipper: clear DisplayStart/DisplayEnd fields when Step() returns false.