ocornut / imgui_test_engine

Dear ImGui Automation Engine & Test Suite
386 stars 40 forks source link

ImGuiTestEngine_FindItemDebugLabel: if TestEngine==NULL, return NULL #41

Closed pthom closed 5 months ago

pthom commented 5 months ago

See https://github.com/ocornut/imgui/pull/7228

ImGuiTestEngine_FindItemDebugLabel should gracefully handle cases where the test engine was not started.

ocornut commented 5 months ago

Merged your commit as c0f8381, thank you !