You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it's possible to have two different collapsing headers with the same id on the two different places in the code and make them appear as one collapsing header.
if (ImGui::CollapsingHeader("name1"))
{
ImGui::Text("1");
}
// Some other code
if (ImGui::CollapsingHeader("name1"))
{
ImGui::Text("2");
}
How it looks now
How I would like it to look
Version: v1,88
Branch: master glfw/opengl3/Win10
The text was updated successfully, but these errors were encountered:
I was wondering if it's possible to have two different collapsing headers with the same id on the two different places in the code and make them appear as one collapsing header.
How it looks now
How I would like it to look
Version: v1,88
Branch: master
glfw/opengl3/Win10
The text was updated successfully, but these errors were encountered: