From c6dbcb1474b8bd216ec5218f0a3a51a3251355cb Mon Sep 17 00:00:00 2001 From: Alexander Holland Date: Sat, 13 Oct 2018 17:36:30 +0200 Subject: [PATCH] Doc LineEdit MenuRedo and clear_button_enabled --- doc/classes/LineEdit.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index c244b8b7a7e..f842dd8311e 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -89,6 +89,7 @@ The cursor's position inside the [code]LineEdit[/code]. When set, the text may scroll to accommodate it. + If [code]true[/code] the [code]LineEdit[/code] will show a clear button if [code]text[/code] is not empty. If [code]true[/code] the context menu will appear when right clicked. @@ -169,6 +170,7 @@ Undoes the previous action. + Reverse the last undo action.