mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 03:58:47 +02:00
TestEngine: Changed PushID hooks into GetID(), makes more sense and catches more information.
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user