prevent the click to get processed further after a paste action
This commit is contained in:
parent
c73ac74c4a
commit
e7e633760a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue