mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Add the button pressed to some signals in Tree
This commit is contained in:
parent
4173a4735e
commit
307427af89
46 changed files with 300 additions and 183 deletions
|
@ -673,7 +673,7 @@ AnimationLibraryEditor::AnimationLibraryEditor() {
|
|||
tree->set_v_size_flags(Control::SIZE_EXPAND_FILL);
|
||||
|
||||
tree->connect("item_edited", callable_mp(this, &AnimationLibraryEditor::_item_renamed));
|
||||
tree->connect("button_pressed", callable_mp(this, &AnimationLibraryEditor::_button_pressed));
|
||||
tree->connect("button_clicked", callable_mp(this, &AnimationLibraryEditor::_button_pressed));
|
||||
|
||||
file_popup = memnew(PopupMenu);
|
||||
add_child(file_popup);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue