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 TextEdit scroll properties editor hint suffix #94821

Merged
merged 1 commit into from
Jul 28, 2024

Conversation

kitbdev
Copy link
Contributor

@kitbdev kitbdev commented Jul 26, 2024

TextEdit vertical scroll is in lines, not pixels.

Also updated the Editor Settings smooth scrolling descriptions to be more accurate. Smooth scrolling doesn't allow scrolling in sub-line intervals, it is enabled regardless. Using the mouse wheel always moves 3 whole lines, so its not really seen.
The v scroll speed is the animation speed in lines/s, not the distance.

@kitbdev kitbdev requested review from a team as code owners July 26, 2024 22:32
@Calinou Calinou added this to the 4.4 milestone Jul 26, 2024
@Calinou Calinou added the cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release label Jul 26, 2024
@akien-mga akien-mga removed the cherrypick:4.3 Considered for cherry-picking into a future 4.3.x release label Jul 27, 2024
@akien-mga akien-mga modified the milestones: 4.4, 4.3 Jul 27, 2024
@akien-mga akien-mga merged commit 53ab23f into godotengine:master Jul 28, 2024
18 checks passed
@akien-mga
Copy link
Member

Thanks!

@kitbdev kitbdev deleted the fix-textedit-scroll-suffix branch July 28, 2024 16:16
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.

3 participants