From 4554892223a3e3c4b9bd5279d163a13f74a2e601 Mon Sep 17 00:00:00 2001 From: rafallus Date: Tue, 2 Nov 2021 20:08:58 -0600 Subject: Implement inspector property array for `PopupMenu` and `MenuButton` --- doc/classes/MenuButton.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes/MenuButton.xml') diff --git a/doc/classes/MenuButton.xml b/doc/classes/MenuButton.xml index 41ba1fcd0f..7f9d3d96dc 100644 --- a/doc/classes/MenuButton.xml +++ b/doc/classes/MenuButton.xml @@ -30,6 +30,9 @@ + + The number of items currently in the list. + If [code]true[/code], when the cursor hovers above another [MenuButton] within the same parent which also has [code]switch_on_hover[/code] enabled, it will close the current [MenuButton] and open the other one. -- cgit v1.2.3