mirror of
https://github.com/godotengine/godot.git
synced 2026-01-08 00:25:01 +03:00
fix focus on reorder array
This commit is contained in:
@@ -819,6 +819,7 @@ void EditorPropertyArray::_reorder_button_up() {
|
||||
array.call("remove_at", reorder_slot.index);
|
||||
array.call("insert", reorder_to_index, value_to_move);
|
||||
|
||||
slots[reorder_to_index % page_length].reorder_button->grab_focus();
|
||||
emit_changed(get_edited_property(), array);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user