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

Fix line_spacing in code editor will not take effect immediately on change #76396

Conversation

Rindbee
Copy link
Contributor

@Rindbee Rindbee commented Apr 24, 2023

Previously, in CodeTextEditor, line_spacing was forgotten to update when the editor setting value changed.

Now make it behave the same as in TextShaderEditor.

Fix #74528 .

… change

Previously, in CodeTextEditor, `line_spacing` was forgotten to update
when the editor setting property changed.
@akien-mga akien-mga merged commit 9098698 into godotengine:master Apr 24, 2023
@akien-mga akien-mga modified the milestones: 4.x, 4.1 Apr 24, 2023
@akien-mga
Copy link
Member

Thanks!

@Rindbee Rindbee deleted the fix_line_spacing_not_update_in_code_editor branch April 24, 2023 22:28
@YuriSizov
Copy link
Contributor

Cherry-picked for 4.0.3.

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.

Code editor line spacing setting is not applied immediately on change
4 participants