mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Fix Slic3r crash when opening About dialog
This commit is contained in:
		
							parent
							
								
									790dbfe9a8
								
							
						
					
					
						commit
						4f32a1cf9d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -66,7 +66,7 @@ sub new { | |||
|     $vsizer->Add($html, 1, wxEXPAND | wxALIGN_LEFT | wxRIGHT | wxBOTTOM, 20); | ||||
|     EVT_HTML_LINK_CLICKED($self, $html, \&link_clicked); | ||||
|      | ||||
|     my $buttons = $self->CreateStdDialogButtonSizer(wxCLOSE); | ||||
|     my $buttons = $self->CreateStdDialogButtonSizer(wxOK); | ||||
|     $self->SetEscapeId(wxID_CLOSE); | ||||
|     EVT_BUTTON($self, wxID_CLOSE, sub { | ||||
|         $self->EndModal(wxID_CLOSE); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Pavel Karoukin
						Pavel Karoukin