mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Scrollbar: Rework logic that fades-out scrollbar when it becomes too small.
Amend 0236bc246f
This commit is contained in:
parent
cfed18afc7
commit
0625b37760
2 changed files with 6 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue