FontEditor: Add undo and redo commands

This commit is contained in:
thankyouverycool 2021-04-22 14:12:53 -04:00 committed by Andreas Kling
commit 44cd121e30
Notes: sideshowbarker 2024-07-18 19:12:42 +09:00
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() {};