Fix caret_force_displayed

(cherry picked from commit 6d2f18c6c6c9b0415da4d2daed2b75e21a62c350)
This commit is contained in:
kobewi
2025-03-03 15:58:58 +01:00
committed by Rémi Verschelde
parent 7f17c87445
commit 7133f44228
2 changed files with 2 additions and 2 deletions

View File

@@ -252,7 +252,7 @@
The caret's column position inside the [LineEdit]. When set, the text may scroll to accommodate it.
</member>
<member name="caret_force_displayed" type="bool" setter="set_caret_force_displayed" getter="is_caret_force_displayed" default="false">
If [code]true[/code], the [LineEdit] will always show the caret, even if focus is lost.
If [code]true[/code], the [LineEdit] will always show the caret, even if not editing or focus is lost.
</member>
<member name="caret_mid_grapheme" type="bool" setter="set_caret_mid_grapheme_enabled" getter="is_caret_mid_grapheme_enabled" default="false">
Allow moving caret, selecting and removing the individual composite character components.