fixed a bad mistake setting the dmenu border to False;

This commit is contained in:
arg@10ksloc.org 2006-08-07 08:40:26 +02:00
parent d32fd15ea4
commit fe94aeb468
1 changed files with 0 additions and 1 deletions

1
main.c
View File

@ -92,7 +92,6 @@ drawmenu()
/* determine maximum items */
for(i = curr; i != next; i=i->right) {
dc.border = False;
dc.w = textw(i->text);
if(dc.w > mw / 3)
dc.w = mw / 3;