Fixed toolbar update after reducing instances count
This commit is contained in:
parent
b8ec71ab28
commit
3059438853
1 changed files with 3 additions and 0 deletions
|
@ -1899,6 +1899,9 @@ void Plater::decrease(size_t num)
|
|||
}
|
||||
|
||||
p->update();
|
||||
p->selection_changed();
|
||||
|
||||
// $self->schedule_background_process;
|
||||
}
|
||||
|
||||
void Plater::set_number_of_copies(size_t num)
|
||||
|
|
Loading…
Reference in a new issue