Completed undo/redo from a toolbar

This commit is contained in:
YuSanka 2019-07-09 20:45:00 +02:00
parent 3dd1bc753c
commit f985f5190c
3 changed files with 47 additions and 5 deletions

View file

@ -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);