Drag and Drop, Style: added basic styling options to DragDrop target rect. Amends. (#9056)

This commit is contained in:
ocornut
2025-11-06 15:35:13 +01:00
parent 7954d6782e
commit f45adb995c
3 changed files with 15 additions and 13 deletions

View File

@@ -76,6 +76,9 @@ Other Changes:
triggered by some widgets e.g. Checkbox(), Selectable() and many others, which
cleared ActiveId at the same time as editing. (#9028)
Note that IsItemDeactivatedAfterEdit() was not affected, only IsItemEdited).
- Style, Drag and Drop: added ImGuiCol_DragDropTargetBg, style.DragDropTargetRounding,
style.DragDropTargetBorderSize and style.DragDropTargetPadding to configure
the drop target highlight. (#9056) [@aaronkirkham]
- Demo: About Box: emit infos to convey when IM_ASSERT() macro is disabled,
- so users don't miss out on programming errors being reported.
- so it is included in config/build info submitted in new GitHub Issues.