print_info_box is correct placed on right_panel
This commit is contained in:
parent
c7d7da452e
commit
45b6c99353
1 changed files with 3 additions and 2 deletions
|
@ -530,7 +530,8 @@ sub new {
|
||||||
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…
Add table
Reference in a new issue