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

4.2dev6 GraphNode no close button and close_request signal #82909

Closed
cyberpsyche opened this issue Oct 6, 2023 · 3 comments
Closed

4.2dev6 GraphNode no close button and close_request signal #82909

cyberpsyche opened this issue Oct 6, 2023 · 3 comments

Comments

@cyberpsyche
Copy link

Godot version

Godot 4.2 dev6

System information

MacOS 10.15.7 (19H2) Intel Iris Graphics 6100 1536 MB

Issue description

There is a show_close option on GraphNode in 3.X ,but cannot find a counterpart in 4.2dev6. And there is no close_request signal on GraphNode while the latest 4.2 Document said there is a close_request() signal in GraphElement.

How to handle this issue?

Steps to reproduce

no content

Minimal reproduction project

no content

@kleonc
Copy link
Member

kleonc commented Oct 6, 2023

Seems these were removed intentionally in #79311, see: #79311 (comment). cc @Geometror

@YuriSizov
Copy link
Contributor

YuriSizov commented Oct 6, 2023

The button was removed intentionally. You can add it if you need it using the new HBoxContainer used for the titlebar.

And the signal has been renamed to delete_request, the online documentation is just slightly out of date with all the recent changes (we usually synchronize it over the weekend). You can find the most accurate documentation in the class reference directly in the editor.

@cyberpsyche
Copy link
Author

The button was removed intentionally. You can add it if you need it using the new HBoxContainer used for the titlebar.

And the signal has been renamed to delete_request, the online documentation is just slightly out of date with all the recent changes (we usually synchronize it over the weekend). You can find the most accurate documentation in the class reference directly in the editor.

Thank you so much~

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

No branches or pull requests

3 participants