Skip to content

Commit 84e02a9

Browse files
authored
Merge pull request godotengine#7638 from Sauermann/fix-migraring-svc
2 parents ab6e6ef + 570dadb commit 84e02a9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tutorials/migrating/upgrading_to_godot_4.1.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,25 @@ Method ``create_action`` adds a new ``backward_undo_ops`` optional parameter
191191
======================================================================================================================== =================== ==================== ==================== ===========
192192

193193

194+
Behavior changes
195+
----------------
196+
197+
In 4.1 some behavior changes have been introduced, which might require you to adjust your project.
198+
199+
================================================================================================================================================================================================== ===========
200+
Change Introduced
201+
================================================================================================================================================================================================== ===========
202+
**SubViewportContainer**
203+
When input events should reach SubViewports and their children, ``SubViewportContainer.mouse_filter`` now needs to be ``MOUSE_FILTER_STOP`` or ``MOUSE_FILTER_PASS``. See `GH-79271`_ for details. `GH-57894`_
204+
Multiple layered ``SubViewportContainer`` nodes, that should all receive mouse input events, now need to be replaced by ``Area2D`` nodes. See `GH-79128`_ for details. `GH-57894`_
205+
================================================================================================================================================================================================== ===========
206+
207+
194208
.. || replace:: :abbr:` (This API breaks compatibility.)`
195209
.. |✔️| replace:: :abbr:`✔️ (This API does not break compatibility.)`
196210
.. |✔️ with compat| replace:: :abbr:`✔️ (This API does not break compatibility. A compatibility method was added.)`
197211

212+
.. _GH-57894: https://github.com/godotengine/godot/pull/57894
198213
.. _GH-64628: https://github.com/godotengine/godot/pull/64628
199214
.. _GH-69988: https://github.com/godotengine/godot/pull/69988
200215
.. _GH-72152: https://github.com/godotengine/godot/pull/72152
@@ -214,6 +229,8 @@ Method ``create_action`` adds a new ``backward_undo_ops`` optional parameter
214229
.. _GH-76794: https://github.com/godotengine/godot/pull/76794
215230
.. _GH-77143: https://github.com/godotengine/godot/pull/77143
216231
.. _GH-78237: https://github.com/godotengine/godot/pull/78237
232+
.. _GH-79128: https://github.com/godotengine/godot/issues/79128
233+
.. _GH-79271: https://github.com/godotengine/godot/issues/79271
217234

218235
.. _updating_your_gdextension_for_godot_4_1:
219236

0 commit comments

Comments
 (0)