mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27:45 +00:00
FontEditor: Add action text to Undo and Redo
This commit is contained in:
parent
e6935cbaaf
commit
c10b1e3aea
5 changed files with 63 additions and 28 deletions
|
@ -42,7 +42,7 @@ public:
|
|||
void set_mode(Mode mode) { m_mode = mode; }
|
||||
|
||||
Function<void(int)> on_glyph_altered;
|
||||
Function<void()> on_undo_event;
|
||||
Function<void(StringView action_text)> on_undo_event;
|
||||
|
||||
private:
|
||||
GlyphEditorWidget() = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue