-
-
Notifications
You must be signed in to change notification settings - Fork 21.3k
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
Tree's "item_activated" and "item_double_clicked" signals #16839
Comments
based on commit, |
@volzhs I see. But neither the signal names or their descriptions even remotely imply that. |
need someone to update docs I think. |
Maybe we should start maintaining a new list for the stuff we'd like to rename the day where we'll allow ourselves to break compatibility. Edit: Done, see #16863. |
Godot version:
ad5ac05
Issue description:
According with the docs,
item_activated
is emitted when an item is double clicked. However, there is a signal nameditem_double_clicked
which says it does exactly the same thing.I tested both, and seems that only
item_activated
is emitted, so what's the point of the other signal?The text was updated successfully, but these errors were encountered: