mirror of
https://github.com/0intro/wmii
synced 2025-01-07 11:02:11 +03:00
sendtoarea fix
This commit is contained in:
parent
f779ed5c4b
commit
12e8a32f88
@ -612,8 +612,10 @@ sendtoarea_client(Client *c, char *arg) {
|
||||
destroy_area(a);
|
||||
arrange_page(p, True);
|
||||
}
|
||||
else
|
||||
else {
|
||||
arrange_column(a);
|
||||
arrange_column(to);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user