Docs: Fix some typos (#8505)

This commit is contained in:
tanksdude
2025-03-21 08:23:09 -07:00
committed by GitHub
parent 102f3f3a0d
commit f5003aff69
11 changed files with 29 additions and 29 deletions

View File

@@ -633,7 +633,7 @@ Decorated log and release notes: https://github.com/ocornut/imgui/releases/tag/v
Breaking changes:
- Internals: using multiple overlayed ButtonBehavior() with same ID will now have the
- Internals: using multiple overlaid ButtonBehavior() with same ID will now have the
io.ConfigDebugHighlightIdConflicts=true feature emit a warning. (#8030)
It was one of the rare case where using same ID is legal. Workarounds:
- use single ButtonBehavior() call with multiple _MouseButton flags