mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:08:13 +00:00
FontEditor: Update status bar on initialization
Fixes incorrect glyph status immediately after loading a new font.
This commit is contained in:
parent
ae922c67fd
commit
aa09e40eb2
1 changed files with 2 additions and 0 deletions
|
@ -552,6 +552,8 @@ void FontEditorWidget::initialize(const String& path, RefPtr<Gfx::BitmapFont>&&
|
|||
m_undo_action->set_enabled(false);
|
||||
m_redo_action->set_enabled(false);
|
||||
|
||||
update_statusbar();
|
||||
|
||||
if (on_initialize)
|
||||
on_initialize();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue