mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Explicitly set top level window (to ensure the wizard is not assumed to be the top level window)
This commit is contained in:
		
							parent
							
								
									ed9f6e1f1e
								
							
						
					
					
						commit
						4f179a5197
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -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); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Henrik Brix Andersen
						Henrik Brix Andersen