Fix crash in EditorPropertyArray

This commit is contained in:
kobewi 2021-08-10 15:05:36 +02:00
parent 6fdbf79046
commit d80a2a89f0

View file

@ -693,6 +693,8 @@ void EditorPropertyArray::_reorder_button_up() {
reorder_mouse_y_delta = 0.0f;
Input::get_singleton()->set_mouse_mode(Input::MOUSE_MODE_VISIBLE);
ERR_FAIL_NULL(reorder_selected_button);
reorder_selected_button->warp_mouse(reorder_selected_button->get_size() / 2.0f);
reorder_selected_element_hbox = nullptr;