1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

Merge remote-tracking branch 'origin/master' into ys_printable_property

This commit is contained in:
YuSanka
2019-08-05 08:45:47 +02:00
22 changed files with 241 additions and 150 deletions
+4 -2
View File
@@ -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;