Not taking the snapshot with non-empty Redo stack will likely be more confusing than losing the Redo stack.

Let's wait for user feedback.
This commit is contained in:
bubnikv 2019-08-01 15:25:35 +02:00
parent 576643c7ed
commit 9f393e6b9b

View file

@ -403,7 +403,9 @@ void Selection::remove_all()
if (is_empty())
return;
if (!wxGetApp().plater()->can_redo())
// Not taking the snapshot with non-empty Redo stack will likely be more confusing than losing the Redo stack.
// Let's wait for user feedback.
// if (!wxGetApp().plater()->can_redo())
wxGetApp().plater()->take_snapshot(_(L("Selection-Remove All")));
m_mode = Instance;