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

Fixing broken text on ImTui when building with cmake #73413

Merged

Conversation

katemonster33
Copy link
Contributor

Summary

Bugfixes "fixing cmake build so that text is not garbled on curses builds in imgui screens"

Purpose of change

Fixes an issue where all ImGui screens show all text as squiggles (literally the ~ character) and all the sizes of everything is very broken

Describe the solution

Added -DIMTUI to src/third-party CMakeLists.txt to fix broken text in imgui

Describe alternatives you've considered

Testing

Open the keybindings screen from the main menu and verify that the screen shows without the text being all garbled.

Additional context

Screenshot_20240430_154311
^current master

@github-actions github-actions bot added Code: Build Issues regarding different builds and build environments <Bugfix> This is a fix for a bug (or closes open issue) json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Apr 30, 2024
@Maleclypse Maleclypse merged commit 166578b into CleverRaven:master May 1, 2024
25 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) Code: Build Issues regarding different builds and build environments json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants