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)
|
if(sel)
|
||||||
arrange(disp, drawcontext, awesomeconf);
|
arrange(disp, drawcontext, awesomeconf);
|
||||||
else
|
|
||||||
drawstatusbar(disp, drawcontext, awesomeconf);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
@ -83,8 +81,6 @@ uicb_setncols(Display *disp,
|
||||||
|
|
||||||
if(sel)
|
if(sel)
|
||||||
arrange(disp, drawcontext, awesomeconf);
|
arrange(disp, drawcontext, awesomeconf);
|
||||||
else
|
|
||||||
drawstatusbar(disp, drawcontext, awesomeconf);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in New Issue