mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-01 20:40:41 -07:00
FIX: clone operation snapshot issue
Jira: STUDIO-4015 Change-Id: I6cecc67653ecf94bc550bb86f699f223fade4c4d
This commit is contained in:
parent
588723a854
commit
453662647e
1 changed files with 1 additions and 1 deletions
|
|
@ -459,7 +459,7 @@ void Selection::remove_curr_plate()
|
|||
void Selection::clone(int numbers)
|
||||
{
|
||||
if (numbers > 0)
|
||||
wxGetApp().plater()->take_snapshot(std::string("Selection-clone!"));
|
||||
wxGetApp().plater()->take_snapshot(std::string("Selection-clone"));
|
||||
for (int i = 0; i < numbers; i++) {
|
||||
copy_to_clipboard();
|
||||
paste_from_clipboard();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue