diff --git a/imgui.cpp b/imgui.cpp index 28ddb91..46705be 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -10038,6 +10038,7 @@ if (ImGui::IsItemHovered()) ImGui::SetMouseCursor(i); } + ImGui::TreePop(); } }