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

Double click on a folder didn't open it #36684

Conversation

giarve
Copy link
Contributor

@giarve giarve commented Feb 29, 2020

There is a deferred call to _update_file_list inside _tree_item_activated but it was not bound.

Why it worked before the refactor without the ClassDB::bind_method is unknown to me.

There is a deferred call to _update_file_list inside _tree_item_activated but it was not bound.
@akien-mga
Copy link
Member

Why it worked before the refactor without the ClassDB::bind_method is unknown to me.

It used to be bound, but was removed by mistake in #36426.

@akien-mga akien-mga added this to the 4.0 milestone Feb 29, 2020
@akien-mga akien-mga merged commit 2a15304 into godotengine:master Feb 29, 2020
@akien-mga
Copy link
Member

Thanks!

giarve added a commit to giarve/godot that referenced this pull request Mar 3, 2020
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.

3 participants