mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Merge remote-tracking branch 'origin/master' into ys_printable_property
This commit is contained in:
commit
825446d145
22 changed files with 241 additions and 150 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…
Add table
Add a link
Reference in a new issue