Don't move/resize the frame on the current tag when tagging a client with multiple tags.

This commit is contained in:
sqweek 2007-09-29 04:04:28 +08:00
parent deca2c7f5e
commit d0e6fb2c2e

View File

@ -200,7 +200,7 @@ attach_to_area(Area *a, Frame *f) {
if(a->floating) {
place_frame(f);
resize_client(f->client, &f->r);
resize_frame(f, f->r);
}
focus_frame(f, False);