Having something assigned to Create in an ImGui region throws exception

Hey,

This on 5.3-359.

Not sure if it’s a bug or something you should not actually do :)

If have something assigned to Create in an ImGui region, it will throw a null pointer that disappears soon as you look into the patch.

See the following capture : soon as you remove what’s assigned to Create, the behavior is gone.

Patch is attached here :

ImGuiRegionCreate.vl (15.7 KB)

Thanks in advance!

can confirm
5.3-0365

something with Optionals I guess

image

image

imgui_process_issue.vl

Wow, good find, thanks! This one was probably not only affecting the ImGui region but others as well. Fix in upcoming.

4 Likes