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

Prevent resizing minimap bigger than GraphEdit (Fix #47189) #47193

Conversation

jmb462
Copy link
Contributor

@jmb462 jmb462 commented Mar 20, 2021

Fix #47189

Issue :

Minimap couldn't be resized back after been resized bigger than GraphEdit because the grabber was out of GraphEdit and can't be dragged anymore.

Fix proposal :

This commit prevents resizing minimap bigger than GraphEdit and fix this issue.

Before :

before

After :

after

Minimap size couldn't be resized back after been resized bigger than GraphEdit cause the grabber was out of GraphEdit.
This commit prevents resizing minimap bigger than GraphEdit and fix this issue.
@jmb462 jmb462 requested a review from a team as a code owner March 20, 2021 14:22
@YuriSizov YuriSizov added this to the 4.0 milestone Mar 20, 2021
@akien-mga akien-mga added the cherrypick:3.x Considered for cherry-picking into a future 3.x release label Mar 20, 2021
@akien-mga akien-mga merged commit c655ed7 into godotengine:master Mar 20, 2021
@akien-mga
Copy link
Member

Thanks!

@akien-mga
Copy link
Member

Cherry-picked for 3.3.

@akien-mga akien-mga removed the cherrypick:3.x Considered for cherry-picking into a future 3.x release label Mar 20, 2021
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.

GraphEdit's minimap can be resized to be wider than the view.
3 participants