Merge pull request #12539 from bncastle/InputMapDialogClearAction
Clear action name text input when the action is successfully added to the Input Map [ci skip]
This commit is contained in:
commit
63adc9f113
|
@ -876,6 +876,7 @@ void ProjectSettingsEditor::_action_add() {
|
|||
r->select(0);
|
||||
input_editor->ensure_cursor_is_visible();
|
||||
action_add_error->hide();
|
||||
action_name->clear();
|
||||
}
|
||||
|
||||
void ProjectSettingsEditor::_item_checked(const String &p_item, bool p_check) {
|
||||
|
|
Loading…
Reference in New Issue