mirror of
https://github.com/0intro/wmii
synced 2025-01-22 10:02:23 +03:00
fixed missing page update on column destroy implication
This commit is contained in:
parent
afc961f641
commit
d7ea20f029
@ -608,9 +608,12 @@ sendtoarea_client(Client *c, char *arg) {
|
||||
to = p->area[i];
|
||||
}
|
||||
sendto_area(to, c);
|
||||
if(!a->nclient)
|
||||
if(!a->nclient) {
|
||||
destroy_area(a);
|
||||
arrange_column(to);
|
||||
arrange_page(p, True);
|
||||
}
|
||||
else
|
||||
arrange_column(to);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user