mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Added undo/redo to the "Edit" menu
This commit is contained in:
parent
fb725502b7
commit
7b6229289d
3 changed files with 20 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue