summaryrefslogtreecommitdiff
path: root/Applications/TextEditor/TextEditorWidget.cpp
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-11-30 15:34:08 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-11-30 15:35:19 +0100
commitf8703d44cc00361aa991818dde7fcb4564cf05b9 (patch)
tree07f77d54fd2e60f1ace1b13ab1c300302d0ad3bc /Applications/TextEditor/TextEditorWidget.cpp
parentee8773c586252d1f29702dc85a6cbcafcdbaff4e (diff)
downloadserenity-f8703d44cc00361aa991818dde7fcb4564cf05b9.zip
TextEditor: Focus the editor widget on startup
Diffstat (limited to 'Applications/TextEditor/TextEditorWidget.cpp')
-rw-r--r--Applications/TextEditor/TextEditorWidget.cpp2
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()