-
-
Notifications
You must be signed in to change notification settings - Fork 11.7k
ID and name problem #4070
Copy link
Copy link
Closed
Labels
label/id and id stackimplicit identifiers, pushid(), id stackimplicit identifiers, pushid(), id stack
Metadata
Metadata
Assignees
Labels
label/id and id stackimplicit identifiers, pushid(), id stackimplicit identifiers, pushid(), id stack
I encountered such a problem:
There are many ImGui::Checkboxes with the same name, but for some reason, I can't rely on ImGui::PushID to solve this problem.
Is there any other solution?