mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
parent
cdcab7e5f4
commit
aaaf04f393
Notes:
sideshowbarker
2024-07-19 10:33:14 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/aaaf04f393e
1 changed files with 2 additions and 0 deletions
|
@ -1351,6 +1351,8 @@ void GTextEditor::add_custom_context_menu_action(GAction& action)
|
|||
void GTextEditor::did_change_font()
|
||||
{
|
||||
vertical_scrollbar().set_step(line_height());
|
||||
recompute_all_visual_lines();
|
||||
update();
|
||||
GWidget::did_change_font();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue