mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Close validate warnings on empty plater.
This commit is contained in:
		
							parent
							
								
									56996104cc
								
							
						
					
					
						commit
						9f0b31dc55
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		|  | @ -3080,10 +3080,13 @@ unsigned int Plater::priv::update_background_process(bool force_validation, bool | ||||||
| 
 | 
 | ||||||
| 	//actualizate warnings
 | 	//actualizate warnings
 | ||||||
| 	if (invalidated != Print::APPLY_STATUS_UNCHANGED) { | 	if (invalidated != Print::APPLY_STATUS_UNCHANGED) { | ||||||
|  |         if (background_process.empty()) | ||||||
|  |             process_validation_warning(std::string()); | ||||||
| 		actualize_slicing_warnings(*this->background_process.current_print()); | 		actualize_slicing_warnings(*this->background_process.current_print()); | ||||||
|         actualize_object_warnings(*this->background_process.current_print()); |         actualize_object_warnings(*this->background_process.current_print()); | ||||||
| 		show_warning_dialog = false; | 		show_warning_dialog = false; | ||||||
| 		process_completed_with_error = false; | 		process_completed_with_error = false; | ||||||
|  |          | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
|     if (invalidated != Print::APPLY_STATUS_UNCHANGED && was_running && ! this->background_process.running() && |     if (invalidated != Print::APPLY_STATUS_UNCHANGED && was_running && ! this->background_process.running() && | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 David Kocik
						David Kocik