Skip to content

fix: resolve ImGui ID collisions in salvage popup#2226

Merged
3vcloud merged 1 commit into
devfrom
claude/issue-2225-20260609-0246
Jun 9, 2026
Merged

fix: resolve ImGui ID collisions in salvage popup#2226
3vcloud merged 1 commit into
devfrom
claude/issue-2225-20260609-0246

Conversation

@3vcloud

@3vcloud 3vcloud commented Jun 9, 2026

Copy link
Copy Markdown
Member

Fix ImGui ID collision errors in the Salvage All popup and the salvage ignore list settings.

Changes:

  • In "Salvage All?" popup: use int i loop variable directly for PushID (no cast needed)
  • In "block_from_being_salvaged" settings list: use sequential counter instead of display name string

Closes #2225

Generated with Claude Code) • [View job run](https://github.com/gwdevhub/GWToolboxpp/actions/runs/27180587769

- Use int loop index directly for PushID in salvage-all popup (no cast needed)
- Use sequential counter for PushID in block_from_being_salvaged settings list
  (avoids collision when names are empty or duplicated before EncString decodes)

Co-authored-by: Marc <henderkes@users.noreply.github.com>
@3vcloud 3vcloud merged commit 6f189e7 into dev Jun 9, 2026
4 checks passed
@github-actions github-actions Bot added the AI Pull requests created by LLMs such as Claude label Jun 9, 2026
@3vcloud 3vcloud deleted the claude/issue-2225-20260609-0246 branch June 9, 2026 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Pull requests created by LLMs such as Claude

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant