draw.c
changeset 208 e4bfe46c7910
parent 178 e848966a1ac6
child 218 c674a0baac63
--- a/draw.c	Mon Aug 07 09:41:43 2006 +0200
+++ b/draw.c	Mon Aug 07 09:47:13 2006 +0200
@@ -125,7 +125,7 @@
 	x = dc.x + dc.w;
 	dc.w = textw(stext);
 	dc.x = bx + bw - dc.w;
-	drawtext(stext, !istile, False);
+	drawtext(stext, !istile, True);
 	if(sel && ((dc.w = dc.x - x) >= bh)) {
 		dc.x = x;
 		drawtext(sel->name, istile, True);