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:
parent
37f665b619
commit
c0283c1289
3 changed files with 39 additions and 19 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue