Fixed copying of some object's attributes into the clipboard

(layer height profile, layer height table etc)
Added public Plater::schedule_background_process()
This commit is contained in:
bubnikv 2019-04-12 18:29:47 +02:00
parent cfa4f3f4d6
commit b0c33a1fe9
3 changed files with 17 additions and 5 deletions

View file

@ -3698,6 +3698,11 @@ void Plater::changed_object(int obj_idx)
this->p->schedule_background_process();
}
void Plater::schedule_background_process()
{
this->p->schedule_background_process();
}
void Plater::fix_through_netfabb(const int obj_idx, const int vol_idx/* = -1*/) { p->fix_through_netfabb(obj_idx, vol_idx); }
void Plater::update_object_menu() { p->update_object_menu(); }