mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fixing a usability issue where the DEL key does not delete connections
This commit is contained in:
parent
107f2961cc
commit
3b9fc45f8c
2 changed files with 19 additions and 4 deletions
|
|
@ -252,7 +252,7 @@ class ConnectionsDock : public VBoxContainer {
|
|||
void _signal_menu_about_to_popup();
|
||||
void _handle_slot_menu_option(int p_option);
|
||||
void _slot_menu_about_to_popup();
|
||||
void _rmb_pressed(const Ref<InputEvent> &p_event);
|
||||
void _tree_gui_input(const Ref<InputEvent> &p_event);
|
||||
void _close();
|
||||
|
||||
protected:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue