Removed code which is redundant now,
but causes an issue #3642 (G-Code Export button visible in "non-default" position) All Show/Hide() of active buttons are processed inside show_action_buttons() function
This commit is contained in:
parent
0228375512
commit
5c6987137d
1 changed files with 0 additions and 5 deletions
|
@ -5327,11 +5327,6 @@ void Plater::on_config_change(const DynamicPrintConfig &config)
|
|||
}
|
||||
}
|
||||
|
||||
{
|
||||
const auto prin_host_opt = p->config->option<ConfigOptionString>("print_host");
|
||||
p->sidebar->show_send(prin_host_opt != nullptr && !prin_host_opt->value.empty());
|
||||
}
|
||||
|
||||
if (bed_shape_changed)
|
||||
p->set_bed_shape(p->config->option<ConfigOptionPoints>("bed_shape")->values,
|
||||
p->config->option<ConfigOptionString>("bed_custom_texture")->value,
|
||||
|
|
Loading…
Reference in a new issue