1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-02-04 04:00:07 +00:00

TestEngine: Changed PushID hooks into GetID(), makes more sense and catches more information.

This commit is contained in:
ocornut 2020-04-20 11:31:30 +02:00
parent 37f665b619
commit c0283c1289
3 changed files with 39 additions and 19 deletions

View file

@ -5498,7 +5498,6 @@ void ImGui::TreePushOverrideID(ImGuiID id)
Indent();
window->DC.TreeDepth++;
window->IDStack.push_back(id);
IMGUI_TEST_ENGINE_PUSH_ID(id, ImGuiDataType_ID, NULL);
}
void ImGui::TreePop()