-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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 GraphEdit port connection when graph is zoomed/unzoomed #46441
Merged
Chaosus
merged 1 commit into
godotengine:master
from
Chaosus:fix_graphedit_zoom_connection
Feb 28, 2021
Merged
Fix GraphEdit port connection when graph is zoomed/unzoomed #46441
Chaosus
merged 1 commit into
godotengine:master
from
Chaosus:fix_graphedit_zoom_connection
Feb 28, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Chaosus
changed the title
Fix GraphEdit connects when graph is zoomed/unzoomed
[WIP] Fix GraphEdit connects when graph is zoomed/unzoomed
Feb 26, 2021
Chaosus
force-pushed
the
fix_graphedit_zoom_connection
branch
from
February 26, 2021 08:03
4ff3ac5
to
c544e1b
Compare
Chaosus
changed the title
[WIP] Fix GraphEdit connects when graph is zoomed/unzoomed
Fix GraphEdit connects when graph is zoomed/unzoomed
Feb 26, 2021
Chaosus
force-pushed
the
fix_graphedit_zoom_connection
branch
from
February 26, 2021 08:10
c544e1b
to
473524d
Compare
Chaosus
changed the title
Fix GraphEdit connects when graph is zoomed/unzoomed
[WIP] Fix GraphEdit connects when graph is zoomed/unzoomed
Feb 26, 2021
Chaosus
force-pushed
the
fix_graphedit_zoom_connection
branch
from
February 26, 2021 09:18
473524d
to
89e4c66
Compare
Chaosus
changed the title
[WIP] Fix GraphEdit connects when graph is zoomed/unzoomed
Fix GraphEdit port connection when graph is zoomed/unzoomed
Feb 26, 2021
Chaosus
force-pushed
the
fix_graphedit_zoom_connection
branch
from
February 26, 2021 09:23
89e4c66
to
db82ee9
Compare
KoBeWi
reviewed
Feb 27, 2021
Chaosus
force-pushed
the
fix_graphedit_zoom_connection
branch
from
February 27, 2021 17:26
db82ee9
to
e3131ad
Compare
KoBeWi
approved these changes
Feb 27, 2021
akien-mga
added
the
cherrypick:3.x
Considered for cherry-picking into a future 3.x release
label
Feb 28, 2021
I tried to cherry-pick for 3.2.4 but aside from usual style conflicts, it seems there might be a previous change to GraphEdit which was not cherry-picked and is used here ( |
BuzzBurrowes
added a commit
to BuzzBurrowes/godot
that referenced
this pull request
Mar 23, 2021
BuzzBurrowes
added a commit
to BuzzBurrowes/godot
that referenced
this pull request
Mar 23, 2021
Will be cherry-picked via #47173. |
akien-mga
removed
the
cherrypick:3.x
Considered for cherry-picking into a future 3.x release
label
Apr 26, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #46425