Images, Style: added style.ImageRounding, ImGuiStyleVar_ImageRounding to configure rounding of Image() widgets. (#2942, #845)

Moving border drawing above AddImage() call, should not make a difference for square images.
This commit is contained in:
ocornut
2026-01-14 15:55:03 +01:00
parent 0d08927dae
commit 7143d711bf
5 changed files with 17 additions and 4 deletions
+3
View File
@@ -167,6 +167,9 @@ Other Changes:
size. (#9166, #7623)
- Added GetItemFlags() in public API for consistency and to expose generic
flags of last submitted item. (#9127)
- Images:
- Added style.ImageRounding, ImGuiStyleVar_ImageRounding to configure
rounding of Image() widgets. (#2942, #845)
- Shortcuts:
- IsItemHovered() without ImGuiHoveredFlags_AllowWhenBlockedByActiveItem
doesn't filter out the signal when activated item is a shortcut remote activation;