diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-07-08 14:34:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 14:34:17 +0200 |
commit | d4e5fe6c44cecccd4f925707ccd5bbe1511184e5 (patch) | |
tree | abe23d11bd137d4f52e1fe8823fcd3f3cb0566b3 | |
parent | bf54d7c6da5d3ce53f08817b9342b371db971451 (diff) | |
parent | 2e3cbbcd11ade2569c851da0c8dcb97b81670274 (diff) |
Merge pull request #50274 from SirQuartz/patch-18
-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 e448d18d73..3489c5435a 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -260,6 +260,7 @@ <return type="int"> </return> <description> + Returns the index of the currently focused item. Returns [code]-1[/code] if no item is focused. </description> </method> <method name="get_item_accelerator" qualifiers="const"> |