mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Add the page before showing it.
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user