1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:57:44 +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

@ -12,6 +12,7 @@ set(SOURCES
NewFontDialog.cpp
NewFontDialogPage1GML.h
NewFontDialogPage2GML.h
UndoGlyph.h
)
serenity_app(FontEditor ICON app-font-editor)