mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 16:46:08 +00:00
FontEditor: Add undo and redo commands
This commit is contained in:
parent
2785e12b76
commit
44cd121e30
Notes:
sideshowbarker
2024-07-18 19:12:42 +09:00
Author: https://github.com/thankyouverycool
Commit: 44cd121e30
Pull-request: https://github.com/SerenityOS/serenity/pull/6563
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