mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:37:46 +00:00
FontEditor: Update preview window after pasting and deleting glyphs
This commit is contained in:
parent
96d7964913
commit
91609f9327
1 changed files with 2 additions and 0 deletions
|
@ -1057,6 +1057,7 @@ void MainWidget::paste_glyphs()
|
|||
|
||||
m_glyph_editor_widget->update();
|
||||
m_glyph_map_widget->update();
|
||||
update_preview();
|
||||
update_statusbar();
|
||||
}
|
||||
|
||||
|
@ -1078,6 +1079,7 @@ void MainWidget::delete_selected_glyphs()
|
|||
|
||||
m_glyph_editor_widget->update();
|
||||
m_glyph_map_widget->update();
|
||||
update_preview();
|
||||
update_statusbar();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue