Merge pull request #56321 from pycbouh/core-use-gdvirtual-everywhere

This commit is contained in:
Rémi Verschelde 2022-01-07 16:14:28 +01:00 committed by GitHub
commit 6a27d7361a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 13 deletions

View file

@ -11,7 +11,7 @@
</tutorials>
<methods>
<method name="_handle_menu_selected" qualifiers="virtual">
<return type="void" />
<return type="bool" />
<argument index="0" name="id" type="int" />
<description>
This virtual method can be implemented to handle context menu items not handled by default. See [method _set_create_options].