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 total_visible_line_count calculation when removing and clearing TextEdit's text. #98678

Merged

Conversation

Daylily-Zeleen
Copy link
Contributor

@Daylily-Zeleen Daylily-Zeleen commented Oct 30, 2024

This pr fix a bug that when a TextEdit has some folded lines and set its text, the scroll bar can not be updated correctly.

Bugsquad edit:

@Daylily-Zeleen Daylily-Zeleen requested a review from a team as a code owner October 30, 2024 18:36
@KoBeWi KoBeWi added this to the 4.4 milestone Oct 30, 2024
@kitbdev
Copy link
Contributor

kitbdev commented Nov 1, 2024

Only partial since I didn't fix the issue with the clear.

@Daylily-Zeleen Daylily-Zeleen force-pushed the daylily-zeleen/fix_text_edit branch from 8da6d12 to 11db16f Compare November 6, 2024 10:30
@Daylily-Zeleen Daylily-Zeleen force-pushed the daylily-zeleen/fix_text_edit branch from 11db16f to d22419b Compare November 6, 2024 10:44
@Repiteo Repiteo merged commit 51d7d6b into godotengine:master Nov 12, 2024
20 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Nov 12, 2024

Thanks!

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.

Cutting folded region restricts scrolling after cut and after undo
5 participants