Skip to content

Fix for ImGui 1.92.8 AddRect arg swap#20

Open
pthom wants to merge 1 commit into
cmdwtf:mainfrom
pthom:fix_imgui_v1.92.8
Open

Fix for ImGui 1.92.8 AddRect arg swap#20
pthom wants to merge 1 commit into
cmdwtf:mainfrom
pthom:fix_imgui_v1.92.8

Conversation

@pthom
Copy link
Copy Markdown
Contributor

@pthom pthom commented May 12, 2026

Gate the 2 AddRect call sites on IMGUI_VERSION_NUM < 19276
last two args (flags, thickness) were swapped to (thickness, flags) in ocornut/imgui v1.92.8.

See https://github.com/ocornut/imgui/releases/tag/v1.92.8

Gate the 2 AddRect call sites on IMGUI_VERSION_NUM < 19276 — last
two args (flags, thickness) were swapped to (thickness, flags) in
ocornut/imgui v1.92.8.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant