mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
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
|
@ -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…
Add table
Add a link
Reference in a new issue