mirror of
https://github.com/ocornut/imgui.git
synced 2026-09-27 00:13:29 +03:00
IMGUI_DEBUG_HIGHLIGHT_ALL_ID_CONFLICTS
parent
7899bf639e
commit
9a2a4d589b
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ Set `io.ConfigDebugHighlightIdConflicts = true` or toggle via `Demo -> Tools ->
|
|||
|
||||

|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue