diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-29 08:05:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 08:05:33 +0200 |
commit | f647292df56aa3da126e16306ad2f863643c8bb3 (patch) | |
tree | 5d86476749dfc5a330117997767cb56278b950d4 /doc/classes | |
parent | 34f45d7b28750f22b96e02609a07cafb8324fdc3 (diff) | |
parent | 221344b9e29a0302cace81cb641e0535628b1fec (diff) | |
download | redot-engine-f647292df56aa3da126e16306ad2f863643c8bb3.tar.gz |
Merge pull request #64960 from YeldhamDev/more_hl_stuff
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/PopupMenu.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index 0f47bea5df..00b725d5d7 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -337,6 +337,7 @@ <param index="0" name="index" type="int" /> <description> Sets the currently focused item as the given [param index]. + Passing [code]-1[/code] as the index makes so that no item is focused. </description> </method> <method name="set_item_accelerator"> |