Merge pull request #88811 from Sauermann/fix-focus-change-doc

Mention how Control focus loss affects `Viewport.gui_focus_change`
This commit is contained in:
Rémi Verschelde 2024-02-26 10:49:19 +01:00
commit 08a3493f07
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

@ -414,6 +414,7 @@
<param index="0" name="node" type="Control" />
<description>
Emitted when a Control node grabs keyboard focus.
[b]Note:[/b] A Control node losing focus doesn't cause this signal to be emitted.
</description>
</signal>
<signal name="size_changed">