Fix "expose" feature by adding "request_update" to all tags of the
screen
This commit is contained in:
parent
79928efd35
commit
a7f9bf65ff
@ -739,7 +739,7 @@ void
|
||||
uicb_tag_toggle_expose(uicb_t cmd)
|
||||
{
|
||||
(void)cmd;
|
||||
int i;
|
||||
int i, j;
|
||||
|
||||
screen_get_sel();
|
||||
|
||||
@ -749,6 +749,9 @@ uicb_tag_toggle_expose(uicb_t cmd)
|
||||
{
|
||||
tag_set(sel->tag);
|
||||
tag_delete(selscreen, i);
|
||||
for(j = 0; j < conf.ntag[selscreen]; j++)
|
||||
tags[selscreen][j].request_update = True;
|
||||
|
||||
arrange(selscreen, True);
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user