From 3bf06e955e7e637ff6896019ecfe01e3023bfab6 Mon Sep 17 00:00:00 2001 From: Eric M Date: Tue, 10 Jan 2023 23:26:33 +1000 Subject: Propagate allowed input types to `event_listener` when setting them on `InputEventConfigurationDialog` --- editor/input_event_configuration_dialog.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/input_event_configuration_dialog.cpp') diff --git a/editor/input_event_configuration_dialog.cpp b/editor/input_event_configuration_dialog.cpp index b137f6f668..08d4bfff4a 100644 --- a/editor/input_event_configuration_dialog.cpp +++ b/editor/input_event_configuration_dialog.cpp @@ -515,6 +515,7 @@ Ref InputEventConfigurationDialog::get_event() const { void InputEventConfigurationDialog::set_allowed_input_types(int p_type_masks) { allowed_input_types = p_type_masks; + event_listener->set_allowed_input_types(p_type_masks); } InputEventConfigurationDialog::InputEventConfigurationDialog() { -- cgit v1.2.3