Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2020-02-18 17:44:23 +0300
committerYuSanka <yusanka@gmail.com>2020-02-18 17:45:17 +0300
commit5c6987137dfb6a9b9dbed8950941dec9ca61b0fb (patch)
tree2fbfb2634046496e7637e29f117c015b9b33ba5b /src/slic3r/GUI/Plater.cpp
parent022837551239e1c1774ce03eeb88ae43410660d6 (diff)
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
Diffstat (limited to 'src/slic3r/GUI/Plater.cpp')
-rw-r--r--src/slic3r/GUI/Plater.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp
index 0c6a5ed90..d8cb77f33 100644
--- a/src/slic3r/GUI/Plater.cpp
+++ b/src/slic3r/GUI/Plater.cpp
@@ -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,