applied Sanders patch
This commit is contained in:
		
							
								
								
									
										4
									
								
								client.c
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								client.c
									
									
									
									
									
								
							@@ -305,8 +305,8 @@ togglefloating(const char *arg) {
 | 
			
		||||
	if(!sel || lt->arrange == floating)
 | 
			
		||||
		return;
 | 
			
		||||
	sel->isfloating = !sel->isfloating;
 | 
			
		||||
	if(sel->isfloating && sel->isfixed)
 | 
			
		||||
		resize(sel, sel->x, sel->y, sel->minw, sel->minh, True);
 | 
			
		||||
	if(sel->isfloating)
 | 
			
		||||
		resize(sel, sel->x, sel->y, sel->w, sel->h, True);
 | 
			
		||||
	lt->arrange();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user