Added undo/redo to the "Edit" menu

This commit is contained in:
YuSanka 2019-07-08 10:57:35 +02:00
parent fb725502b7
commit 7b6229289d
3 changed files with 20 additions and 0 deletions

View file

@ -222,6 +222,8 @@ public:
bool can_layers_editing() const;
bool can_paste_from_clipboard() const;
bool can_copy_to_clipboard() const;
bool can_undo() const;
bool can_redo() const;
void msw_rescale();