process unhandled input in ViewportContainer
This commit is contained in:
parent
ba854bbc7b
commit
21b6be28ea
1 changed files with 1 additions and 0 deletions
|
@ -211,4 +211,5 @@ ViewportContainer::ViewportContainer() {
|
|||
stretch = false;
|
||||
shrink = 1;
|
||||
set_process_input(true);
|
||||
set_process_unhandled_input(true);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue