summaryrefslogtreecommitdiffstats
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-08-16 09:12:42 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-08-16 09:12:42 +0200
commita7dc4c22a927eb27c81619720548fe2a9516c193 (patch)
tree837e13601701f90eba516d164fb282734e9809b0 /tests/test_main.cpp
parent132b97c325f8b708cab73e544c4b9da3d01271d8 (diff)
parent59c13fea5da195fe550f95b247bf2b84daf05b1a (diff)
downloadredot-engine-a7dc4c22a927eb27c81619720548fe2a9516c193.tar.gz
Merge pull request #80334 from Sauermann/fix-window-out-of-viewport-events
Fix nodes receiving mouse events in black bars of `Window`
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r--tests/test_main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp
index 5ca03a20af..f1e348345b 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -115,6 +115,7 @@
#include "tests/scene/test_theme.h"
#include "tests/scene/test_viewport.h"
#include "tests/scene/test_visual_shader.h"
+#include "tests/scene/test_window.h"
#include "tests/servers/rendering/test_shader_preprocessor.h"
#include "tests/servers/test_navigation_server_2d.h"
#include "tests/servers/test_navigation_server_3d.h"