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

Save script editor's function list split offset with the editor layout #57565

Merged
merged 1 commit into from
Feb 3, 2022

Conversation

jmb462
Copy link
Contributor

@jmb462 jmb462 commented Feb 2, 2022

Fix #57548

Issue description

In script editor, the offset of the vertical split is saved with the layout whereas the horizontal one which split script list and function list isn't.
split_offset

Fix proposal

Save this split offset the same way as the other.
Don't think we should use an array of splits (like for docks) because there are only 2 splits to save here.

@jmb462 jmb462 requested a review from a team as a code owner February 2, 2022 21:45
@akien-mga akien-mga merged commit 3004415 into godotengine:master Feb 3, 2022
@akien-mga
Copy link
Member

Thanks!

@jmb462 jmb462 deleted the split_offset branch February 6, 2022 12:53
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.

The size of the script editor's function list area is not saved with the editor layout
3 participants