Scrollbar: Rework logic that fades-out scrollbar when it becomes too small.

Amend 0236bc246f
This commit is contained in:
ocornut
2025-02-06 18:41:47 +01:00
parent cfed18afc7
commit 0625b37760
2 changed files with 6 additions and 3 deletions
+2
View File
@@ -50,6 +50,8 @@ Other changes:
- InputTextWithHint(): Fixed buffer-overflow (luckily often with no visible effect)
when a user callback modified the buffer contents in a way that altered the
visibility of the preview/hint buffer. (#8368) [@m9710797, @ocornut]
- Scrollbar: Rework logic that fades-out scrollbar when it becomes too small,
which amusingly made it disappear when using very big font/frame size.
- Backends: Metal: Fixed a crash on application resources. (#8367, #7419) [@anszom]
- Backends: WebGPU: Fix for DAWN API rename WGPUProgrammableStageDescriptor -> WGPUComputeState.
[@PhantomCloak] (#8369)