summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.cpp
diff options
context:
space:
mode:
authorAlexander Gavriliuk <alexandrgproductengine@lindenlab.com>2024-02-28 23:19:46 +0100
committerGuru <alexandrgproductengine@lindenlab.com>2024-03-05 15:37:49 +0100
commit27dd9ee482f7f69651d44f8c7114a22ff761c013 (patch)
treefd4689db73b8917fc82f9b42da15094d7976ef6c /indra/llui/lllineeditor.cpp
parent25251c3ba81629f3234fc94c0368cd6300732b09 (diff)
triage#86 Use Emoji font in LineEditor by default
Diffstat (limited to 'indra/llui/lllineeditor.cpp')
-rw-r--r--indra/llui/lllineeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lllineeditor.cpp b/indra/llui/lllineeditor.cpp
index 1928c0157e..0643680277 100644
--- a/indra/llui/lllineeditor.cpp
+++ b/indra/llui/lllineeditor.cpp
@@ -96,7 +96,7 @@ LLLineEditor::Params::Params()
commit_on_focus_lost("commit_on_focus_lost", true),
ignore_tab("ignore_tab", true),
is_password("is_password", false),
- allow_emoji("allow_emoji"),
+ allow_emoji("allow_emoji", true),
cursor_color("cursor_color"),
use_bg_color("use_bg_color", false),
bg_color("bg_color"),