mirror of https://github.com/0intro/wmii
Fix multiscreen focus coloring.
This commit is contained in:
parent
3ca478a6e0
commit
7b1ed1981c
|
@ -426,7 +426,7 @@ frame_draw(Frame *f) {
|
|||
fr = rectsetorigin(c->framewin->r, ZP);
|
||||
|
||||
/* Pick colors. */
|
||||
if(c == selclient() || c == disp.focus)
|
||||
if((c == selclient() || c == disp.focus) && disp.sel)
|
||||
col = &def.focuscolor;
|
||||
else
|
||||
col = &def.normcolor;
|
||||
|
|
Loading…
Reference in New Issue