fixed a bad mistake setting the dmenu border to False;
This commit is contained in:
parent
16e4d69fff
commit
ecec3c87ae
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user