mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-05 06:44:56 +08:00
Showed correct "Info" box on initial Plater
This commit is contained in:
parent
61ae78432c
commit
22330c0cae
@ -485,8 +485,8 @@ sub new {
|
|||||||
$right_sizer->Add($print_info_sizer, 0, wxEXPAND, 0);
|
$right_sizer->Add($print_info_sizer, 0, wxEXPAND, 0);
|
||||||
# Callback for showing / hiding the print info box.
|
# Callback for showing / hiding the print info box.
|
||||||
$self->{"print_info_box_show"} = sub {
|
$self->{"print_info_box_show"} = sub {
|
||||||
if ($right_sizer->IsShown(4) != $_[0]) {
|
if ($right_sizer->IsShown(5) != $_[0]) {
|
||||||
$right_sizer->Show(4, $_[0]);
|
$right_sizer->Show(5, $_[0]);
|
||||||
$self->Layout
|
$self->Layout
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user