Merge pull request #51471 from KoBeWi/array_of_crashes

Fix crash in EditorPropertyArray
This commit is contained in:
Rémi Verschelde 2022-11-29 16:49:32 +01:00
commit 87de4cc7c2
No known key found for this signature in database
GPG key ID: C3336907360768E1

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;