From 5581d12e44d093afae3d34407a9c0eecc029a25b 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 (cherry picked from commit c6dbcb1474b8bd216ec5218f0a3a51a3251355cb) --- doc/classes/LineEdit.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index 1163c7045ee..5efd2333520 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -164,6 +164,7 @@ Undoes the previous action. + Reverse the last undo action.