button show after write
This commit is contained in:
parent
95ccc2c4df
commit
e1d9de3ca4
1 changed files with 3 additions and 1 deletions
|
@ -3171,7 +3171,7 @@ void Plater::priv::update_fff_scene()
|
||||||
this->preview->reload_print();
|
this->preview->reload_print();
|
||||||
// In case this was MM print, wipe tower bounding box on 3D tab might need redrawing with exact depth:
|
// In case this was MM print, wipe tower bounding box on 3D tab might need redrawing with exact depth:
|
||||||
view3D->reload_scene(true);
|
view3D->reload_scene(true);
|
||||||
show_action_buttons(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void Plater::priv::update_sla_scene()
|
void Plater::priv::update_sla_scene()
|
||||||
|
@ -3518,6 +3518,8 @@ void Plater::priv::on_process_completed(wxCommandEvent &evt)
|
||||||
default: break;
|
default: break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
show_action_buttons(false);
|
||||||
|
|
||||||
if (canceled) {
|
if (canceled) {
|
||||||
if (wxGetApp().get_mode() == comSimple)
|
if (wxGetApp().get_mode() == comSimple)
|
||||||
sidebar->set_btn_label(ActionButtonType::abReslice, "Slice now");
|
sidebar->set_btn_label(ActionButtonType::abReslice, "Slice now");
|
||||||
|
|
Loading…
Reference in a new issue