imgui-node-editor icon indicating copy to clipboard operation
imgui-node-editor copied to clipboard

Fix for compatibility with latest imgui version (arg count for ImGui::isClippedEx())

Open Guistac opened this issue 3 years ago • 1 comments
trafficstars

This ImGui commit removed the third argument for the function ImGui::IsClippedEx() https://github.com/ocornut/imgui/commit/3973de793316e84bee8719bf29091df1ad61b514 I just fixed it to build with the latest imgui version.

Guistac avatar Mar 18 '22 08:03 Guistac

Thanks. I will bump ImGui compatibility before releasing develop branch.

thedmd avatar Apr 16 '22 07:04 thedmd