mirror of
				https://github.com/DreamMaoMao/maomaowm.git
				synced 2025-11-03 09:01:47 -05:00 
			
		
		
		
	fix: scroller window out of monitor when no animaiton
This commit is contained in:
		
							parent
							
								
									fb8a76f51e
								
							
						
					
					
						commit
						b06cafe41d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -5506,7 +5506,7 @@ void resize(Client *c, struct wlr_box geo, int interact) {
 | 
				
			||||||
	c->configure_serial = client_set_size(c, c->geom.width - 2 * c->bw,
 | 
						c->configure_serial = client_set_size(c, c->geom.width - 2 * c->bw,
 | 
				
			||||||
										  c->geom.height - 2 * c->bw);
 | 
															  c->geom.height - 2 * c->bw);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if (!animations || c == grabc) {
 | 
						if (c == grabc) {
 | 
				
			||||||
		c->animation.running = false;
 | 
							c->animation.running = false;
 | 
				
			||||||
		c->need_output_flush = false;
 | 
							c->need_output_flush = false;
 | 
				
			||||||
		c->animainit_geom = c->current = c->pending = c->animation.current =
 | 
							c->animainit_geom = c->current = c->pending = c->animation.current =
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue