mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:17:35 +00:00
PixelPaint: Show more specific Undo/Redo action text
The Undo/Redo actions now tell you what kind of action will be undone/redone. This is achieved by adding an "action text" field to the ImageUndoCommand and having everyone who calls did_complete_action() provide this text.
This commit is contained in:
parent
101eb53de5
commit
bf25b0a0b5
15 changed files with 57 additions and 20 deletions
|
@ -51,6 +51,8 @@ private:
|
|||
ImageEditor& create_new_editor(NonnullRefPtr<Image>);
|
||||
void create_image_from_clipboard();
|
||||
|
||||
void image_editor_did_update_undo_stack();
|
||||
|
||||
void set_actions_enabled(bool enabled);
|
||||
|
||||
virtual void drop_event(GUI::DropEvent&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue