mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 11:59:03 +08:00
Fixed toolbar update after reducing instances count
This commit is contained in:
parent
b8ec71ab28
commit
3059438853
@ -1899,6 +1899,9 @@ void Plater::decrease(size_t num)
|
|||||||
}
|
}
|
||||||
|
|
||||||
p->update();
|
p->update();
|
||||||
|
p->selection_changed();
|
||||||
|
|
||||||
|
// $self->schedule_background_process;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Plater::set_number_of_copies(size_t num)
|
void Plater::set_number_of_copies(size_t num)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user