mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
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->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…
Add table
Add a link
Reference in a new issue