diff options
author | Andreas Kling <awesomekling@gmail.com> | 2019-11-30 15:34:08 +0100 |
---|---|---|
committer | Andreas Kling <awesomekling@gmail.com> | 2019-11-30 15:35:19 +0100 |
commit | f8703d44cc00361aa991818dde7fcb4564cf05b9 (patch) | |
tree | 07f77d54fd2e60f1ace1b13ab1c300302d0ad3bc /Applications/TextEditor/TextEditorWidget.cpp | |
parent | ee8773c586252d1f29702dc85a6cbcafcdbaff4e (diff) | |
download | serenity-f8703d44cc00361aa991818dde7fcb4564cf05b9.zip |
TextEditor: Focus the editor widget on startup
Diffstat (limited to 'Applications/TextEditor/TextEditorWidget.cpp')
-rw-r--r-- | Applications/TextEditor/TextEditorWidget.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Applications/TextEditor/TextEditorWidget.cpp b/Applications/TextEditor/TextEditorWidget.cpp index cdf33c7419..27f1fc6595 100644 --- a/Applications/TextEditor/TextEditorWidget.cpp +++ b/Applications/TextEditor/TextEditorWidget.cpp @@ -250,8 +250,6 @@ TextEditorWidget::TextEditorWidget() toolbar->add_action(m_editor->undo_action()); toolbar->add_action(m_editor->redo_action()); - - m_editor->set_focus(true); } TextEditorWidget::~TextEditorWidget() |