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

Tree: Add ability to configure text autowrap mode for individual cells #77802

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

dalexeev
Copy link
Member

@dalexeev dalexeev commented Jun 3, 2023

#76532 fixed a regression caused by adding support for multiline cells (#61714), but introduced a non-configurable autowrapping, which might not be desirable. This PR restores the old behavior by default (no autowrapping, unless explicit newlines) and adds the ability to customize the mode.

Testing is very welcome, since i can't believe the solution can be so simple.

Closes #77067.

@MewPurPur
Copy link
Contributor

MewPurPur commented Jun 7, 2023

Looks good from my testing.

I encountered this overlapping:

image

Might be an old issue, though.

@akien-mga akien-mga requested a review from bruvzg June 7, 2023 08:10
@akien-mga akien-mga merged commit bd62d8e into godotengine:master Jun 7, 2023
@akien-mga
Copy link
Member

Thanks!

@dalexeev dalexeev deleted the tree-add-autowrap-mode branch June 7, 2023 09:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4.1, Overlapping multiline error/warning messages in Debugger (Tree node bug)
5 participants