Merge pull request #27123 from bojidar-bg/27113-rename-action
Fix renaming actions in the Project settings
This commit is contained in:
commit
06ebf4c3ad
|
@ -703,7 +703,7 @@ void ProjectSettingsEditor::_update_actions() {
|
|||
item->add_button(2, get_icon("Add", "EditorIcons"), 1, false, TTR("Add Event"));
|
||||
if (!ProjectSettings::get_singleton()->get_input_presets().find(pi.name)) {
|
||||
item->add_button(2, get_icon("Remove", "EditorIcons"), 2, false, TTR("Remove"));
|
||||
item->set_editable(2, true);
|
||||
item->set_editable(0, true);
|
||||
}
|
||||
|
||||
for (int i = 0; i < events.size(); i++) {
|
||||
|
|
Loading…
Reference in New Issue