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()