layout/tag: Add client_focus(NULL) in uicb_tag and remove it of arrange()

This commit is contained in:
Martin Duquesnoy 2008-12-02 23:07:16 +01:00
parent 5babea7311
commit 92a4992ba7
2 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,6 @@ arrange(void)
}
tags[selscreen][seltag[selscreen]].layout.func();
client_focus(NULL);
infobar_draw(selscreen);
return;

View File

@ -73,6 +73,7 @@ uicb_tag(uicb_t cmd)
}
arrange();
client_focus(NULL);
return;
}