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 scrolling issue in code edit #697

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

lorbog
Copy link
Contributor

@lorbog lorbog commented Nov 5, 2024

In Godot 4.2.2 the dialogue editor would scroll back up to the top of the file when moving a line. This fixes it by simply returning the scroll value back to its initial value (+offset) from the start of the function.

Please describe what it is that you've fixed or changed and link to any relevant issues. Include any screenshots that you think might be needed to help explain the change.

If this is a change to the compiler then make sure to add/update any tests that may be affected.

If this change needs updates to the documentation then make sure you've made those changes too.

In Godot 4.2.2 the dialogue editor would scroll back up to the top of the file when moving a line. This fixes it by simply returning the scroll value back to its initial value (+offset) from the start of the function.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant