From 2710c359d6bf9f170040b00035bf32586f4b0c3f Mon Sep 17 00:00:00 2001 From: ChildLearningClub Date: Sun, 26 Jan 2025 06:52:40 +0900 Subject: [PATCH] Changed if false to if true "Emoji and Symbols" menu is enabled. --- doc/classes/LineEdit.xml | 2 +- doc/classes/TextEdit.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml index dd0d6ed4117..c6cdacb6ec2 100644 --- a/doc/classes/LineEdit.xml +++ b/doc/classes/LineEdit.xml @@ -277,7 +277,7 @@ If [code]false[/code], existing text cannot be modified and new text cannot be added. - If [code]false[/code], "Emoji and Symbols" menu is enabled. + If [code]true[/code], "Emoji and Symbols" menu is enabled. If [code]true[/code], the [LineEdit] width will increase to stay longer than the [member text]. It will [b]not[/b] compress if the [member text] is shortened. diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index 89e2a2017af..3b6f81aebc6 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -1300,7 +1300,7 @@ If [code]false[/code], existing text cannot be modified and new text cannot be added. - If [code]false[/code], "Emoji and Symbols" menu is enabled. + If [code]true[/code], "Emoji and Symbols" menu is enabled. If [code]true[/code], copying or cutting without a selection is performed on all lines with a caret. Otherwise, copy and cut require a selection.