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

features/sdl_renderer3_multiviewports
ocornut ago%!(EXTRA string=10 years)
parent fde991fbbb
commit efd927e300
  1. 1
      imgui.cpp

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

Loading…
Cancel
Save