mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 09:24:57 +00:00
LibGUI: TextEditor now opts in to emoji input by default :^)
This commit is contained in:
parent
4173905198
commit
604fb278c1
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue