Skip to content

Conversation

@Malkierian
Copy link
Contributor

@Malkierian Malkierian commented Jun 11, 2025

The search would crash when the section window was scrolled too far for the search results to actually display, because the stuff drawing it wasn't gated behind an if(ImGui::BeginChild()), but rather statically called BeginChild(). This was difficult to encounter outside of the flags tab in the save editor because the rando inf section was so long.

Build Artifacts

@Malkierian
Copy link
Contributor Author

The audio editor could encounter this as well, especially in the voices tab.

@Malkierian Malkierian merged commit 0b9fe2d into HarbourMasters:develop-blair Jun 11, 2025
6 checks passed
@Malkierian Malkierian deleted the fix-search-scroll-crash branch June 11, 2025 21:36
ReddestDream pushed a commit to ReddestDream/Shipwright that referenced this pull request Jun 16, 2025
* Fix search crashing when section child scrolled too far.

* clang
krazyjakee pushed a commit to krazyjakee/OOT that referenced this pull request Sep 6, 2025
* Fix search crashing when section child scrolled too far.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants