no idea why we should redraw statusbar here, so removing
This commit is contained in:
parent
01b2785587
commit
6f8a267450
|
@ -63,8 +63,6 @@ uicb_setnmaster(Display *disp,
|
|||
|
||||
if(sel)
|
||||
arrange(disp, drawcontext, awesomeconf);
|
||||
else
|
||||
drawstatusbar(disp, drawcontext, awesomeconf);
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -83,8 +81,6 @@ uicb_setncols(Display *disp,
|
|||
|
||||
if(sel)
|
||||
arrange(disp, drawcontext, awesomeconf);
|
||||
else
|
||||
drawstatusbar(disp, drawcontext, awesomeconf);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue