WIP Undo / Redo: Optional debug print outs.

This commit is contained in:
bubnikv 2019-07-04 17:14:15 +02:00
parent 1798e2a84c
commit e586475bc3
3 changed files with 140 additions and 22 deletions

View file

@ -3498,7 +3498,7 @@ void Plater::priv::show_action_buttons(const bool is_ready_to_slice) const
void Plater::priv::undo()
{
if (this->undo_redo_stack.undo(model))
if (this->undo_redo_stack.undo(model, this->view3D->get_canvas3d()->get_selection()))
this->update_after_undo_redo();
}