mirror of
				https://github.com/DreamMaoMao/maomaowm.git
				synced 2025-11-03 09:01:47 -05:00 
			
		
		
		
	fix: miss arrange when handle foreign toplevel restore from minimized
This commit is contained in:
		
							parent
							
								
									90ff65c9f4
								
							
						
					
					
						commit
						ccc03c525d
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -28,6 +28,7 @@ void handle_foreign_activate_request(struct wl_listener *listener, void *data) {
 | 
				
			||||||
		c->is_scratchpad_show = 0;
 | 
							c->is_scratchpad_show = 0;
 | 
				
			||||||
		setborder_color(c);
 | 
							setborder_color(c);
 | 
				
			||||||
		show_hide_client(c);
 | 
							show_hide_client(c);
 | 
				
			||||||
 | 
							arrange(c->mon, true);
 | 
				
			||||||
		return;
 | 
							return;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue