oops
This commit is contained in:
		
							
								
								
									
										2
									
								
								draw.c
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								draw.c
									
									
									
									
									
								
							@@ -109,7 +109,7 @@ drawstatus()
 | 
				
			|||||||
		else
 | 
							else
 | 
				
			||||||
			drawtext(tags[i], dc.norm, sel && sel->tags[i]);
 | 
								drawtext(tags[i], dc.norm, sel && sel->tags[i]);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	x = dc.x + dc.w + 2;
 | 
						x = dc.x + dc.w + 1;
 | 
				
			||||||
	dc.w = textw(stext);
 | 
						dc.w = textw(stext);
 | 
				
			||||||
	dc.x = bx + bw - dc.w;
 | 
						dc.x = bx + bw - dc.w;
 | 
				
			||||||
	if(dc.x < x) {
 | 
						if(dc.x < x) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user