mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	Fix usage of CallAfter vs modal dialogs in slic3r.cpp, fix #1778
This commit is contained in:
		
							parent
							
								
									4fc73965d3
								
							
						
					
					
						commit
						c3ea735bc8
					
				
					 3 changed files with 6 additions and 1 deletions
				
			
		|  | @ -131,6 +131,9 @@ int main(int argc, char **argv) | |||
|         GUI::GUI_App *gui = new GUI::GUI_App(); | ||||
|         GUI::GUI_App::SetInstance(gui); | ||||
|         gui->CallAfter([gui, &input_files, &cli_config, &extra_config, &print_config] { | ||||
|             if (! gui->initialized()) { | ||||
|                 return; | ||||
|             } | ||||
| #if 0 | ||||
|             // Load the cummulative config over the currently active profiles.
 | ||||
|             //FIXME if multiple configs are loaded, only the last one will have an effect.
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Kral
						Vojtech Kral