print_info_box is correct placed on right_panel
This commit is contained in:
parent
c7d7da452e
commit
45b6c99353
@ -529,8 +529,9 @@ sub new {
|
|||||||
if ($info_sizer->IsShown(2) != $_[0]) {
|
if ($info_sizer->IsShown(2) != $_[0]) {
|
||||||
Slic3r::GUI::set_show_print_info($_[0]);
|
Slic3r::GUI::set_show_print_info($_[0]);
|
||||||
return if (wxTheApp->{app_config}->get("view_mode") eq "simple");
|
return if (wxTheApp->{app_config}->get("view_mode") eq "simple");
|
||||||
$info_sizer->Show(2, $_[0]);
|
$info_sizer->Show(2, $_[0]);
|
||||||
$self->{right_panel}->Layout
|
$self->Layout;
|
||||||
|
$self->{right_panel}->Refresh;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
# Show the box initially, let it be shown after the slicing is finished.
|
# Show the box initially, let it be shown after the slicing is finished.
|
||||||
|
Loading…
Reference in New Issue
Block a user