mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Completed undo/redo from a toolbar
This commit is contained in:
parent
3dd1bc753c
commit
f985f5190c
3 changed files with 47 additions and 5 deletions
|
@ -187,6 +187,8 @@ public:
|
|||
void take_snapshot(const wxString &snapshot_name);
|
||||
void undo();
|
||||
void redo();
|
||||
void undo_to(int selection);
|
||||
void redo_to(int selection);
|
||||
bool undo_redo_string_getter(const bool is_undo, int idx, const char** out_text);
|
||||
|
||||
void on_extruders_change(int extruders_count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue