Use a more specific type for AcceptDialog register_text_enter
This commit is contained in:
parent
5d9cab3aeb
commit
bc5c10e0f8
3 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue