mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-30 20:21:12 -06:00 
			
		
		
		
	FIX: operated an iter cause crash
Change-Id: I70fcbb4f0387bd7fd0344e31ac5acbd45c635f44
This commit is contained in:
		
							parent
							
								
									ef109ca170
								
							
						
					
					
						commit
						751f318675
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1205,9 +1205,9 @@ void IMSlider::render_menu() { | |||
|         m_ticks.ticks.end(); | ||||
|     std::string custom_code; | ||||
|     if (tick_it != m_ticks.ticks.end()) { | ||||
|         render_edit_menu(*tick_it); | ||||
|         if (tick_it->type == CustomGCode::Custom) | ||||
|             custom_code = tick_it->extra; | ||||
|         render_edit_menu(*tick_it); | ||||
|     } | ||||
|     else { | ||||
|         render_add_menu(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 liz.li
						liz.li