IMGUI_DEBUG_HIGHLIGHT_ALL_ID_CONFLICTS

omar 2025-07-09 18:50:53 +02:00
parent 7899bf639e
commit 9a2a4d589b

@ -17,6 +17,10 @@ Set `io.ConfigDebugHighlightIdConflicts = true` or toggle via `Demo -> Tools ->
![image](https://github.com/user-attachments/assets/ed30a78f-a446-4e08-a537-25a19f72f226)
The highlight and popup will only show when hovering item, due to technical/performance reason.
(with `#define IMGUI_DEBUG_HIGHLIGHT_ALL_ID_CONFLICTS` at compile-time you can enable highlighting items **before** hovering them, but this will make everything in Dear ImGui costlier/slower and should only be enabled temporarily. Active efforts will be made to prevent you from keeping this enabled.)
## Item Picker
https://github.com/ocornut/imgui/issues/2673