mirror of
				https://github.com/unanmed/HumanBreak.git
				synced 2025-11-04 15:12:58 +08:00 
			
		
		
		
	fix: strokeAndFill in checkMode
This commit is contained in:
		
							parent
							
								
									2aa0ffe12a
								
							
						
					
					
						commit
						d61beada0b
					
				@ -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