mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02:00
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:
@@ -403,7 +403,9 @@ void Selection::remove_all()
|
|||||||
if (is_empty())
|
if (is_empty())
|
||||||
return;
|
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")));
|
wxGetApp().plater()->take_snapshot(_(L("Selection-Remove All")));
|
||||||
|
|
||||||
m_mode = Instance;
|
m_mode = Instance;
|
||||||
|
|||||||
Reference in New Issue
Block a user