1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-12-02 19:27:27 +01:00

Highlight ID Conflicts

omar 2024-09-10 16:21:03 +02:00
parent 9f7251f291
commit edb58fedfe

@ -1,6 +1,7 @@
(work in progress) Also see [[Tips]]. (work in progress) Also see [[Tips]].
## Index ## Index
- [Highlight ID Conflicts](#highlight-id-conflicts)
- [Item Picker](#item-picker) - [Item Picker](#item-picker)
- [Metrics/Debugger window](#metricsdebugger-window) - [Metrics/Debugger window](#metricsdebugger-window)
- [Debug Log](#debug-log) - [Debug Log](#debug-log)
@ -11,6 +12,13 @@
---- ----
## Highlight ID Conflicts
Highlight and show an error message when multiple items have conflicting identifiers.
Set `io.ConfigDebugHighlightIdConflicts = true` or toggle via `Demo -> Tools -> Highlight ID Conflicts`.
![image](https://github.com/user-attachments/assets/ed30a78f-a446-4e08-a537-25a19f72f226)
## Item Picker ## Item Picker
https://github.com/ocornut/imgui/issues/2673 https://github.com/ocornut/imgui/issues/2673