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:
parent
2785e12b76
commit
44cd121e30
6 changed files with 149 additions and 1 deletions
|
@ -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() {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue