Make opening menus with the same parent on mouse focus explicit
This commit is contained in:
parent
f2cc969843
commit
da7d3c5a58
10 changed files with 43 additions and 10 deletions
|
|
@ -27,6 +27,11 @@
|
|||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="switch_on_hover" type="bool" setter="set_switch_on_hover" getter="is_switch_on_hover">
|
||||
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.
|
||||
</member>
|
||||
</members>
|
||||
<signals>
|
||||
<signal name="about_to_show">
|
||||
<description>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue