ShowTestWindow: missing TreePop() call in Mouse Cursor section.

This commit is contained in:
ocornut 2015-03-22 00:00:49 +00:00
parent fde991fbbb
commit efd927e300

View File

@ -10038,6 +10038,7 @@ void ImGui::ShowTestWindow(bool* opened)
if (ImGui::IsItemHovered()) if (ImGui::IsItemHovered())
ImGui::SetMouseCursor(i); ImGui::SetMouseCursor(i);
} }
ImGui::TreePop();
} }
} }