mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	fix for progressindicator not being destroyed after export to png
This commit is contained in:
		
							parent
							
								
									ec571aec44
								
							
						
					
					
						commit
						10b19c8604
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -61,7 +61,7 @@ sub new { | |||
|     eval { Wx::ToolTip::SetAutoPop(32767) }; | ||||
|      | ||||
|     # initialize status bar | ||||
|     $self->{statusbar} = Slic3r::GUI::ProgressStatusBar->new($self, -1); | ||||
|     $self->{statusbar} = Slic3r::GUI::ProgressStatusBar->new($self, Wx::NewId); | ||||
|     $self->{statusbar}->SetStatusText(L("Version ").$Slic3r::VERSION.L(" - Remember to check for updates at http://github.com/prusa3d/slic3r/releases")); | ||||
|     $self->SetStatusBar($self->{statusbar}); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 tamasmeszaros
						tamasmeszaros