You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Fix input map shortcuts incorrectly edited on cancel.
This commit is contained in:
@@ -587,7 +587,7 @@ void InputEventConfigurationDialog::_notification(int p_what) {
|
|||||||
|
|
||||||
void InputEventConfigurationDialog::popup_and_configure(const Ref<InputEvent> &p_event, const String &p_current_action_name) {
|
void InputEventConfigurationDialog::popup_and_configure(const Ref<InputEvent> &p_event, const String &p_current_action_name) {
|
||||||
if (p_event.is_valid()) {
|
if (p_event.is_valid()) {
|
||||||
_set_event(p_event->duplicate(), p_event);
|
_set_event(p_event->duplicate(), p_event->duplicate());
|
||||||
} else {
|
} else {
|
||||||
// Clear Event
|
// Clear Event
|
||||||
_set_event(Ref<InputEvent>(), Ref<InputEvent>());
|
_set_event(Ref<InputEvent>(), Ref<InputEvent>());
|
||||||
|
|||||||
Reference in New Issue
Block a user