1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:17:35 +00:00

FontEditor: Move common restoration work into restore_state()

This commit is contained in:
thankyouverycool 2023-05-10 17:01:01 -04:00 committed by Andreas Kling
parent c7eee16292
commit cf4ddd1dcf
2 changed files with 14 additions and 29 deletions

View file

@ -53,6 +53,7 @@ private:
void undo();
void redo();
void restore_state();
void did_modify_font();
void update_statusbar();