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:
parent
576643c7ed
commit
9f393e6b9b
1 changed files with 4 additions and 2 deletions
|
@ -402,8 +402,10 @@ 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;
|
||||
|
|
Loading…
Reference in a new issue