mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Merge branch 'cpp_ui_optimization' into updating
This commit is contained in:
		
						commit
						a3d5251b8e
					
				
					 2 changed files with 4 additions and 23 deletions
				
			
		|  | @ -161,8 +161,12 @@ sub thread_cleanup { | |||
|     *Slic3r::Print::SupportMaterial2::DESTROY = sub {}; | ||||
|     *Slic3r::TriangleMesh::DESTROY          = sub {}; | ||||
|     *Slic3r::GUI::AppConfig::DESTROY        = sub {}; | ||||
|     *Slic3r::GUI::GCodePreviewData::DESTROY = sub {}; | ||||
|     *Slic3r::GUI::PresetBundle::DESTROY     = sub {}; | ||||
|     *Slic3r::GUI::Tab::DESTROY              = sub {}; | ||||
|     *Slic3r::GUI::PresetHints::DESTROY      = sub {}; | ||||
|     *Slic3r::GUI::TabIface::DESTROY         = sub {}; | ||||
|     *Slic3r::OctoPrint::DESTROY             = sub {}; | ||||
|     *Slic3r::PresetUpdater::DESTROY         = sub {}; | ||||
|     return undef;  # this prevents a "Scalars leaked" warning | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Kral
						Vojtech Kral