mirror of
https://github.com/ocornut/imgui.git
synced 2026-03-24 17:41:01 +00:00
Windows, Style: Added style.WindowBorderHoverPadding setting to configure inner/outer padding applied to hit-testing of windows borders.
Amend3c7177c6,59f3c4fc2,ae7f833c6. Could be latched inside windows to be multi-dpi friendly, but likely won't matter soon.
This commit is contained in:
@@ -47,6 +47,9 @@ Other changes:
|
||||
|
||||
- Fixed IsItemDeactivatedAfterEdit() signal being broken for Checkbox(),
|
||||
RadioButton(), Selectable(). Regression from 2025/01/13. (#8370)
|
||||
- Windows, Style: Added style.WindowBorderHoverPadding setting to configure
|
||||
inner/outer padding applied to hit-testing of windows borders and detection
|
||||
of hovered window.
|
||||
- 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]
|
||||
|
||||
Reference in New Issue
Block a user