Explicitly set top level window (to ensure the wizard is not assumed to be the top level window)

degen-loop-screen
Henrik Brix Andersen 2012-06-28 23:20:10 +02:00
parent ed9f6e1f1e
commit 4f179a5197
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ sub OnInit {
my $frame = Wx::Frame->new(undef, -1, 'Slic3r', [-1, -1], [760,520], wxDEFAULT_FRAME_STYLE);
$frame->SetIcon(Wx::Icon->new("$Slic3r::var/Slic3r_128px.png", &Wx::wxBITMAP_TYPE_PNG) );
$frame->{skeinpanel} = Slic3r::GUI::SkeinPanel->new($frame);
$self->SetTopWindow($frame);
# status bar
$frame->{statusbar} = Slic3r::GUI::ProgressStatusBar->new($frame, -1);