Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI fixes. #26

Merged
merged 4 commits into from
Jan 19, 2025
Merged

GUI fixes. #26

merged 4 commits into from
Jan 19, 2025

Conversation

stripe2933
Copy link
Owner

Fixed:

  • resource MIME types were not being displayed correctly
  • ImGui ID conflict

Internal bug fixed:

  • getPreferredImageIndex function dereferences nullopt (might be problematic when using hardened STL)
  • ImGui::TableWithNoVirtualization<false> with less than 32 entries fallback to ImGui::Table<true> (ImGui::Table<false> should to be used)

@stripe2933 stripe2933 merged commit 1d8da85 into master Jan 19, 2025
3 checks passed
@stripe2933 stripe2933 deleted the fix branch January 19, 2025 12:33
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.

1 participant