mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-28 00:57:35 +08:00
Add the page before showing it.
This commit is contained in:
parent
37667d87ce
commit
642bb336eb
@ -71,8 +71,8 @@ sub new {
|
||||
or return;
|
||||
$_->Hide for @{$self->{pages}};
|
||||
$self->{sizer}->Detach(1);
|
||||
$page->Show;
|
||||
$self->{sizer}->Add($page, 1, wxEXPAND | wxLEFT, 5);
|
||||
$page->Show;
|
||||
$self->{sizer}->Layout;
|
||||
$self->Refresh;
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user