Skip to content

Conversation

@Sebanisu
Copy link
Owner

@Sebanisu Sebanisu commented Dec 16, 2025

Fix bug with dropdown when there is an empty string.

image

Issue was because I was calling an early return instead of continue when the string was empty. This is for skipping known empty items or items that don't do anything in the field map editor.

image

Also fixed duplicate paths on Windows because of case insensitivity.

Found nullptr deref. I added some detection for the remaster and I forgot to check to see if m_field was null before going into it. I just was testing adding a path by browsing and it crashed.

fix bug with dropdown when there is an empty string.
@Sebanisu Sebanisu self-assigned this Dec 16, 2025
@Sebanisu Sebanisu added the bug Something isn't working label Dec 16, 2025
@Sebanisu Sebanisu changed the title Update generic_combo.hpp Bug: Fix red ImGui error window in combobox. Fix Duplicate case insensitive paths on Windows. Fix Nullptr deref. Dec 16, 2025
@Sebanisu Sebanisu added this to the Nov-2025 milestone Dec 16, 2025
@Sebanisu Sebanisu merged commit 12f45a5 into main Dec 16, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants