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:
authorLukas Matena <lukasmatena@seznam.cz>2018-09-07 09:43:21 +0300
committerLukas Matena <lukasmatena@seznam.cz>2018-09-07 09:43:21 +0300
commit961d8942187dcda70d87b358bceb6cf0a967a6b7 (patch)
tree7257b494eca24a278f76ddb9753cabf5a6c59636 /lib/Slic3r/GUI
parentc83a5474f6f10832c98a56fe8c9717803041809d (diff)
Added a Layout call for 'Sliced Info' box to show sliders when needed
Diffstat (limited to 'lib/Slic3r/GUI')
-rw-r--r--lib/Slic3r/GUI/Plater.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Slic3r/GUI/Plater.pm b/lib/Slic3r/GUI/Plater.pm
index 7c9e9899e..56c21bbbb 100644
--- a/lib/Slic3r/GUI/Plater.pm
+++ b/lib/Slic3r/GUI/Plater.pm
@@ -1687,6 +1687,7 @@ sub print_info_box_show {
$scrolled_window_sizer->Show(2, $show);
$scrolled_window_panel->Layout;
+ $self->Layout;
}
sub do_print {