diff options
author | Madalaski <madalaski@googlemail.com> | 2023-10-05 00:30:15 +0100 |
---|---|---|
committer | Madalaski <madalaski@googlemail.com> | 2024-01-17 00:51:43 +0000 |
commit | 3b9fc45f8c5bc6b1d52888d74b357667b1984f7d (patch) | |
tree | 82780254b2ba2988fc011d8ea233294a761d0c55 /editor/connections_dialog.h | |
parent | 107f2961ccfac179af7682eb5f6e7ea91e80040c (diff) | |
download | redot-engine-3b9fc45f8c5bc6b1d52888d74b357667b1984f7d.tar.gz |
Fixing a usability issue where the DEL key does not delete connections
Diffstat (limited to 'editor/connections_dialog.h')
-rw-r--r-- | editor/connections_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/connections_dialog.h b/editor/connections_dialog.h index 2fd4778389..a99f0dd0fe 100644 --- a/editor/connections_dialog.h +++ b/editor/connections_dialog.h @@ -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: |