diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-07-06 11:57:06 +0300 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-07-10 23:39:34 +0300 |
commit | 3316454379146c6920f2ad9759ca4d46ca41c5e3 (patch) | |
tree | ccac3972343d42a4c704e53401bd88eb92fd90da /doc/classes | |
parent | d26442e709f6361af9ac755ec9291bb43f2cd69b (diff) |
Fix LineEdit text incorrectly trimmed due to rounding errors.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/LineEdit.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index 84471bafc0..849f3651eb 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -65,7 +65,7 @@ </description> </method> <method name="get_scroll_offset" qualifiers="const"> - <return type="int" /> + <return type="float" /> <description> Returns the scroll offset due to [member caret_column], as a number of characters. </description> |