fix client position in list also on tag and toggletag
This commit is contained in:
		
							父節點
							
								
									8a6679b3b4
								
							
						
					
					
						當前提交
						5056bb952d
					
				
					共有  1 個文件被更改,包括 4 次插入 和 0 次删除
				
			
		
							
								
								
									
										4
									
								
								tag.c
									
										
									
									
									
								
							
							
						
						
									
										4
									
								
								tag.c
									
										
									
									
									
								
							|  | @ -120,6 +120,8 @@ tag(Arg *arg) | |||
| 		sel->tags[i] = False; | ||||
| 	sel->tags[arg->i] = True; | ||||
| 	settitle(sel); | ||||
| 	detach(sel); | ||||
| 	attach(sel); | ||||
| 	if(!isvisible(sel)) | ||||
| 		arrange(NULL); | ||||
| 	else | ||||
|  | @ -139,6 +141,8 @@ toggletag(Arg *arg) | |||
| 	if(i == ntags) | ||||
| 		sel->tags[arg->i] = True; | ||||
| 	settitle(sel); | ||||
| 	detach(sel); | ||||
| 	attach(sel); | ||||
| 	if(!isvisible(sel)) | ||||
| 		arrange(NULL); | ||||
| 	else | ||||
|  |  | |||
		載入中…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Anselm R. Garbe
						Anselm R. Garbe