Merge pull request #31825 from fstiewitz/viewport-container-input

Fix object picking inside ViewportContainers
This commit is contained in:
Rémi Verschelde 2019-08-31 17:25:11 +02:00 committed by GitHub
commit b17b51d970
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,4 +211,5 @@ ViewportContainer::ViewportContainer() {
stretch = false; stretch = false;
shrink = 1; shrink = 1;
set_process_input(true); set_process_input(true);
set_process_unhandled_input(true);
} }