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

Can't disconnect a connection after making an instance local #75801

Closed
KoBeWi opened this issue Apr 7, 2023 · 1 comment · Fixed by #81737
Closed

Can't disconnect a connection after making an instance local #75801

KoBeWi opened this issue Apr 7, 2023 · 1 comment · Fixed by #81737

Comments

@KoBeWi
Copy link
Member

KoBeWi commented Apr 7, 2023

Godot version

4.0.2

System information

Windows 10 x64

Issue description

Regression from #69661
The PR added a transient flag that makes instantiated connections uneditable. However when you make the instance local, the flag leaks to the local scene, making the connection impossible to remove other than by manually editing the tscn file.

Steps to reproduce

  1. Make scene A
  2. Connect some signal from the root node
  3. Make scene B
  4. Instantiate A inside B
  5. Right click A and use "Make Local"
  6. You can no longer disconnect

Minimal reproduction project

BuggersDisconnectioners.zip

@HaruYou27
Copy link

image
You can still disconnect the signal using the Disconnect button at the bottom, even if you don't Make Local.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants