Use a more specific type for AcceptDialog register_text_enter

This commit is contained in:
Aaron Franke 2021-05-21 04:21:45 -04:00
parent 5d9cab3aeb
commit bc5c10e0f8
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
3 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@
<method name="register_text_enter">
<return type="void">
</return>
<argument index="0" name="line_edit" type="Node">
<argument index="0" name="line_edit" type="Control">
</argument>
<description>
Registers a [LineEdit] in the dialog. When the enter key is pressed, the dialog will be accepted.