TextEditor: Focus the editor widget on startup

This commit is contained in:
Andreas Kling
2019-11-30 15:34:08 +01:00
parent ee8773c586
commit f8703d44cc
3 changed files with 4 additions and 2 deletions

View File

@@ -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()