ocornut/imgui_test_engine

Can we get ImGuiTestEngine_UnregisterTest, too

mgerhardy opened this issue · 1 comments

The use-case I have is that my UI creates or removes widgets when I switch behaviour (I have a simple and a more complex mode). The widgets register their ui unittests on spawning, but I can't unregister them on removing the widget and that leads to a crash in the test engine.

Added with d65bc69, let me know if you have issues with it!