mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
LibGUI: Remove outdated FIXME in TextEditor
This commit is contained in:
parent
4402207b98
commit
088841202d
Notes:
sideshowbarker
2024-07-19 06:31:34 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/088841202d8
1 changed files with 0 additions and 1 deletions
|
@ -59,7 +59,6 @@ TextEditor::TextEditor(Type type)
|
|||
set_document(TextDocument::create());
|
||||
set_scrollbars_enabled(is_multi_line());
|
||||
set_font(FontDatabase::the().get_by_name("Csilla Thin"));
|
||||
// FIXME: Recompute vertical scrollbar step size on font change.
|
||||
vertical_scrollbar().set_step(line_height());
|
||||
m_cursor = { 0, 0 };
|
||||
m_automatic_selection_scroll_timer = add<Core::Timer>(100, [this] {
|
||||
|
|
Loading…
Reference in a new issue