mirror of
				https://github.com/unanmed/HumanBreak.git
				synced 2025-10-31 20:32:58 +08:00 
			
		
		
		
	fix: strokeAndFill in checkMode
This commit is contained in:
		
							parent
							
								
									733b6908c8
								
							
						
					
					
						commit
						136de3072b
					
				| @ -143,7 +143,7 @@ export abstract class GraphicItemBase | ||||
|                 this.propStroke = value; | ||||
|                 break; | ||||
|             case GraphicModeProp.StrokeAndFill: | ||||
|                 this.strokeAndFill = true; | ||||
|                 this.strokeAndFill = value; | ||||
|                 break; | ||||
|         } | ||||
|         if (this.strokeAndFill) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user