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

Assign a string to custom_punctuation property of a TextParagraph returns error message. #55228

Closed
JBingrun opened this issue Nov 22, 2021 · 1 comment · Fixed by #60102
Closed

Comments

@JBingrun
Copy link

Godot version

4.0.dev (3abb5a9)

System information

Windows 11, Vulkan API 1.2.170, NVIDIA GeForce GTX 1050 Ti

Issue description

Hi, I follow this sample (#46721) in Godot 4 and it returns an error message:

Invalid set index 'custom_punctuation' (on base: 'TextParagraph') with value of type 'String'.

I also check the document and it also says custom_punctuation is a string property.

Steps to reproduce

Create a TextParagraph object and assign a string to its custom_punctuation property.
Running the game and will return the error message.

Minimal reproduction project

No response

@Calinou Calinou added this to the 4.0 milestone Nov 22, 2021
@JBingrun
Copy link
Author

Is this problem be fixed in Godot 4.0.dev (ed02b8a)? I rebuild Godot at this commit and seems working fine now.

@KoBeWi KoBeWi moved this to To Assess in 4.x Priority Issues Apr 10, 2022
@KoBeWi KoBeWi moved this from To Assess to In Progress in 4.x Priority Issues Apr 10, 2022
Repository owner moved this from In Progress to Done in 4.x Priority Issues Apr 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants