diff options
author | Pieter-Jan Briers <pieterjan.briers@gmail.com> | 2018-05-15 21:53:42 +0200 |
---|---|---|
committer | Pieter-Jan Briers <pieterjan.briers@gmail.com> | 2018-05-15 21:53:42 +0200 |
commit | 0f303c9f43e22f9905d7955d5f3ade146558b3f6 (patch) | |
tree | 18087c36ed03b7ad03ac57fb31a25458b42b3d18 /doc/classes | |
parent | 3b8bd50b41e0197ab3bce653548715872a93ea80 (diff) |
Fix missing registration for new param of TextEdit::cursor_set_line.
This caused Mono glue gen to fail and other bugs to appear
(such as in Visual Script)
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/TextEdit.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 76d94fbfbc..11fc00d129 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -99,6 +99,8 @@ </argument> <argument index="2" name="can_be_hidden" type="bool" default="true"> </argument> + <argument index="3" name="wrap_index" type="int" default="0"> + </argument> <description> </description> </method> |