Skip to content

Fix for ImGui 1.92.8 PathStroke arg swap#42

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

Fix for ImGui 1.92.8 PathStroke arg swap#42
pthom wants to merge 1 commit into
dfranx:mainfrom
pthom:fix_imgui_v1.92.8

Conversation

@pthom
Copy link
Copy Markdown

@pthom pthom commented May 12, 2026

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

Gate the PathStroke call 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