mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Added suppress_snapshots() and allow_snapshots() for avoid of excess "snapshoting"
This commit is contained in:
parent
f964f5e99a
commit
a6a5b94155
3 changed files with 31 additions and 3 deletions
|
@ -185,6 +185,8 @@ public:
|
|||
|
||||
void take_snapshot(const std::string &snapshot_name);
|
||||
void take_snapshot(const wxString &snapshot_name);
|
||||
void suppress_snapshots();
|
||||
void allow_snapshots();
|
||||
void undo();
|
||||
void redo();
|
||||
void undo_to(int selection);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue