1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 20:37:36 +00:00

FontEditor: Add undo and redo commands

This commit is contained in:
thankyouverycool 2021-04-22 14:12:53 -04:00 committed by Andreas Kling
parent 2785e12b76
commit 44cd121e30
6 changed files with 149 additions and 1 deletions

View file

@ -35,6 +35,7 @@ public:
void set_scale(int scale);
Function<void(int)> on_glyph_altered;
Function<void(bool finalize)> on_undo_event;
private:
GlyphEditorWidget() {};