Merge pull request #31825 from fstiewitz/viewport-container-input
Fix object picking inside ViewportContainers
This commit is contained in:
commit
b17b51d970
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue