diff options
author | Fabian Stiewitz <fabian@stiewitz.pw> | 2019-08-31 14:51:16 +0200 |
---|---|---|
committer | Fabian Stiewitz <fabian@stiewitz.pw> | 2019-08-31 14:51:16 +0200 |
commit | 21b6be28ea6648e28c0cbcb5574177d7ef135996 (patch) | |
tree | 477596c6a3a22132a7243cbbd5feb25b517c69b1 | |
parent | ba854bbc7bb0eae230299de4da8dfcb7caf74b69 (diff) |
process unhandled input in ViewportContainer
-rw-r--r-- | scene/gui/viewport_container.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/viewport_container.cpp b/scene/gui/viewport_container.cpp index 3f7a110c1b..35696a0459 100644 --- a/scene/gui/viewport_container.cpp +++ b/scene/gui/viewport_container.cpp @@ -211,4 +211,5 @@ ViewportContainer::ViewportContainer() { stretch = false; shrink = 1; set_process_input(true); + set_process_unhandled_input(true); } |