mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +00:00
LibGUI: TextEditor now opts in to emoji input by default :^)
This commit is contained in:
@@ -53,6 +53,7 @@ namespace GUI {
|
||||
TextEditor::TextEditor(Type type)
|
||||
: m_type(type)
|
||||
{
|
||||
set_accepts_emoji_input(true);
|
||||
set_background_role(ColorRole::Base);
|
||||
set_foreground_role(ColorRole::BaseText);
|
||||
set_document(TextDocument::create());
|
||||
|
||||
Reference in New Issue
Block a user