Skip to content

How button works in columns #2885

Closed
Closed
@seukaiwokeo

Description

`ImGui::Columns(6, NULL, false);
for (int i = 0; i < Items.size(); ++i) {
if (ImGui::Button("Get")) {
SetItem(Items[i]);
}

}

ImGui::Columns(1);`

First button in columns works but the others doesn't

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions