Skip to content

Commit

Permalink
Merge pull request #88811 from Sauermann/fix-focus-change-doc
Browse files Browse the repository at this point in the history
Mention how Control focus loss affects `Viewport.gui_focus_change`
  • Loading branch information
akien-mga committed Feb 26, 2024
2 parents 785c69d + 80d8907 commit 08a3493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/classes/Viewport.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 08a3493

Please sign in to comment.