mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09:00
TextEditor: Focus the editor widget on startup
This commit is contained in:
parent
ee8773c586
commit
f8703d44cc
Notes:
sideshowbarker
2024-07-19 11:01:22 +09:00
Author: https://github.com/awesomekling
Commit: f8703d44cc
3 changed files with 4 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue