hotfix
This commit is contained in:
		
							父節點
							
								
									c7ae6334b7
								
							
						
					
					
						當前提交
						25060031a5
					
				
					共有  1 個文件被更改,包括 3 次插入 和 1 次删除
				
			
		
							
								
								
									
										4
									
								
								view.c
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								view.c
									
										
									
									
									
								
							|  | @ -172,7 +172,9 @@ focusprev(Arg *arg) | |||
| void | ||||
| growcol(Arg *arg) | ||||
| { | ||||
| 	if(!sel || !clients || !clients->next || (arrange != dotile)) | ||||
| 	Client *c = getnext(clients); | ||||
| 
 | ||||
| 	if(!sel || !c || !getnext(c->next) || (arrange != dotile)) | ||||
| 		return; | ||||
| 	if(sel == getnext(clients)) { | ||||
| 		if(mw + arg->i > sw - 100) | ||||
|  |  | |||
		載入中…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Anselm R. Garbe
						Anselm R. Garbe