Merge pull request #95322 from Nodragem/fix-pasting-in-gridmap

Fix copy-paste and cut-paste in GridMap
This commit is contained in:
Rémi Verschelde 2024-08-16 14:33:31 +02:00
commit 9393388940
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 0 deletions

View File

@ -643,6 +643,7 @@ EditorPlugin::AfterGUIInput GridMapEditor::forward_spatial_input_event(Camera3D
_do_paste();
input_action = INPUT_NONE;
_update_paste_indicator();
return EditorPlugin::AFTER_GUI_INPUT_STOP;
} else if (mb->is_shift_pressed() && can_edit) {
input_action = INPUT_SELECT;
last_selection = selection;