diff options
| author | Juan Linietsky | 2017-01-09 16:43:44 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2017-01-09 16:43:44 -0300 |
| commit | 1f8451001d69df708ef788b8730cf13a11a75065 (patch) | |
| tree | b40bbcd7b61781e17bde271ad2a9ec09cba2fd2c /scene/main/scene_main_loop.cpp | |
| parent | e9bb65db815b593037a573c1c7a78e95b7550cb0 (diff) | |
| download | godot-1f8451001d69df708ef788b8730cf13a11a75065.tar.gz godot-1f8451001d69df708ef788b8730cf13a11a75065.tar.zst godot-1f8451001d69df708ef788b8730cf13a11a75065.zip | |
Diffstat (limited to 'scene/main/scene_main_loop.cpp')
| -rw-r--r-- | scene/main/scene_main_loop.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/main/scene_main_loop.cpp b/scene/main/scene_main_loop.cpp index 418f4362b..7ea7e4902 100644 --- a/scene/main/scene_main_loop.cpp +++ b/scene/main/scene_main_loop.cpp @@ -650,6 +650,9 @@ void SceneTree::_notification(int p_notification) { get_root()->propagate_notification(p_notification); } break; + case NOTIFICATION_TRANSLATION_CHANGED: { + get_root()->propagate_notification(Node::NOTIFICATION_TRANSLATION_CHANGED); + } break; case NOTIFICATION_WM_UNFOCUS_REQUEST: { notify_group(GROUP_CALL_REALTIME|GROUP_CALL_MULIILEVEL,"input",NOTIFICATION_WM_UNFOCUS_REQUEST); |
