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

draw_colored_text should “draw” an empty line if given an empty string #75697

Merged
merged 2 commits into from
Aug 18, 2024

Conversation

db48x
Copy link
Contributor

@db48x db48x commented Aug 15, 2024

Summary

Interface "draw_colored_text should “draw” an empty line if given an empty string"

Purpose of change

It needs to be consistent and always end with the cursor on a new line.

Additional context

Fixes #75685

It needs to be consistent and always end with the cursor on a new line.

Fixes CleverRaven#75685
@github-actions github-actions bot added Info / User Interface Game - player communication, menus, etc. [C++] Changes (can be) made in C++. Previously named `Code` <Bugfix> This is a fix for a bug (or closes open issue) astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions labels Aug 15, 2024
src/cata_imgui.cpp Outdated Show resolved Hide resolved
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Aug 15, 2024
Co-authored-by: Zhilkin Serg <ZhilkinSerg@users.noreply.github.com>
@dseguin dseguin merged commit f40e950 into CleverRaven:master Aug 18, 2024
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) [C++] Changes (can be) made in C++. Previously named `Code` Info / User Interface Game - player communication, menus, etc. json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Component selection menu only ever shows a single menu item
3 participants