Scrollbar: Fixed an issue which could lead initial click to move the current scroll by a pixel.

This commit is contained in:
ocornut
2026-03-20 16:14:17 +01:00
parent 2315b9f33d
commit 4af77622d9
2 changed files with 2 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ Other Changes:
- Implemented a custom tweak to extend hit-testing bounding box when window is sitting
at the edge of a viewport (e.g. fullscreen or docked window), so that e.g. mouse the
mouse at the extreme of the screen will reach the scrollbar. (#9276)
- Fixed an issue which could lead initial click to move the current scroll by a pixel.
- Button:
- Moved ImGuiButtonFlags_AllowOverlap from imgui_internal.h to imgui.h,
as a convenience for when using e.g. InvisibleButton().