mirror of
				https://github.com/DreamMaoMao/maomaowm.git
				synced 2025-10-29 05:40:21 -04:00 
			
		
		
		
	fix: animation none type not effect
This commit is contained in:
		
							parent
							
								
									5f3632dde4
								
							
						
					
					
						commit
						ed7886c685
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		|  | @ -883,9 +883,7 @@ void client_set_pending_state(Client *c) { | ||||||
| 		 (!c->animation_type_open && | 		 (!c->animation_type_open && | ||||||
| 		  strcmp(animation_type_open, "none") == 0)) && | 		  strcmp(animation_type_open, "none") == 0)) && | ||||||
| 		c->animation.action == OPEN) { | 		c->animation.action == OPEN) { | ||||||
| 		c->animation.action = MOVE; | 		c->animation.duration = 0; | ||||||
| 		c->is_pending_open_animation = false; |  | ||||||
| 		c->animation.should_animate = false; |  | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
| 	// 开始动画
 | 	// 开始动画
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 DreamMaoMao
						DreamMaoMao